]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Do not use testing branch tests
authorJérémie Astor <fennecdjay@gmail.com>
Wed, 6 Apr 2022 16:33:05 +0000 (18:33 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Wed, 6 Apr 2022 16:33:05 +0000 (18:33 +0200)
tests/error/lambda_mismatch1.gw

index 1a35c4edaa13ab2e4f99139d99244798e6217163..5635d4cf7ddcde78f573d0e1e1eb61928c499861 100644 (file)
@@ -1,2 +1,2 @@
-#! [contains] not enough arguments for lambda
+#! [contains] argument number does not match for lambda
 \a b { <<< a, " ", b >>>; }(1);