From: Jérémie Astor Date: Wed, 6 Apr 2022 16:33:05 +0000 (+0200) Subject: :wrench: Do not use testing branch tests X-Git-Tag: nightly~331 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=82f54dd6195361e56cfefda55ce7f936c4ff274f;p=gwion.git :wrench: Do not use testing branch tests --- diff --git a/tests/error/lambda_mismatch1.gw b/tests/error/lambda_mismatch1.gw index 1a35c4ed..5635d4cf 100644 --- a/tests/error/lambda_mismatch1.gw +++ b/tests/error/lambda_mismatch1.gw @@ -1,2 +1,2 @@ -#! [contains] not enough arguments for lambda +#! [contains] argument number does not match for lambda \a b { <<< a, " ", b >>>; }(1);