From 4ed11a407e033b431b464feda4e28f8dca8d068f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Mon, 15 Jun 2020 14:04:12 +0200 Subject: [PATCH] :white_check_mark: Update test --- tests/error/empty_for.gw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;;){} -- 2.43.0