From: Jérémie Astor Date: Mon, 15 Jun 2020 12:04:12 +0000 (+0200) Subject: :white_check_mark: Update test X-Git-Tag: nightly~1475 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=4ed11a407e033b431b464feda4e28f8dca8d068f;p=gwion.git :white_check_mark: Update test --- diff --git a/tests/error/empty_for.gw b/tests/error/empty_for.gw index f4bf893f..557ca865 100644 --- a/tests/error/empty_for.gw +++ b/tests/error/empty_for.gw @@ -1,3 +1,3 @@ #! [contains] empty for loop condition <<< "test" >>>; -for(;;){} +for(int i;;){}