From 8e001b54fb2f74e4e68ea2c75ab0be8db5ea9de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edvard=20Th=C3=B6rnros?= Date: Mon, 22 Feb 2021 21:19:29 +0100 Subject: fix all the tests that had unused variables --- progs/tests/scoping.sy | 1 + 1 file changed, 1 insertion(+) (limited to 'progs/tests/scoping.sy') diff --git a/progs/tests/scoping.sy b/progs/tests/scoping.sy index 7679948..f8e0b00 100644 --- a/progs/tests/scoping.sy +++ b/progs/tests/scoping.sy @@ -9,5 +9,6 @@ a <=> 1 { a = 2 a : int = 1 + a } a <=> 2 -- cgit v1.2.1