aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runnable/compile_time_address_not_equal.elna
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/runnable/compile_time_address_not_equal.elna')
-rw-r--r--testsuite/runnable/compile_time_address_not_equal.elna7
1 files changed, 0 insertions, 7 deletions
diff --git a/testsuite/runnable/compile_time_address_not_equal.elna b/testsuite/runnable/compile_time_address_not_equal.elna
deleted file mode 100644
index b011227..0000000
--- a/testsuite/runnable/compile_time_address_not_equal.elna
+++ /dev/null
@@ -1,7 +0,0 @@
-var
- x, y: const Int
- z: const Bool := @x = @y
-
-begin
- assert(~z)
-end.