aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/variables.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/variables.sh b/tests/variables.sh
index 93e9bd8..74ae03a 100755
--- a/tests/variables.sh
+++ b/tests/variables.sh
@@ -101,14 +101,6 @@ fn main(): int {
return h - g;
}
EOF
-
-assert_compile_failure_stdin <<EOF
-let g: int = 0;
-
-fn main(): int {
- return g;
-}
-EOF
echo " OK"
echo -n "- Nested Blocks: "