]> Nishi Git Mirror - gwion.git/commitdiff
:white_check_mark: Update test
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 15 Jun 2020 12:04:12 +0000 (14:04 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 15 Jun 2020 12:04:12 +0000 (14:04 +0200)
tests/error/empty_for.gw

index f4bf893f79b1a25f20c3fab9a7a152fc278db0b7..557ca86583b20853390231e3d63ac2013f58f4a0 100644 (file)
@@ -1,3 +1,3 @@
 #! [contains] empty for loop condition
 <<< "test" >>>;
-for(;;){}
+for(int i;;){}