summary refs log tree commit diff stats
path: root/tests/array/troof3.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/array/troof3.nim')
-rw-r--r--tests/array/troof3.nim8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/array/troof3.nim b/tests/array/troof3.nim
deleted file mode 100644
index 4b6e22223..000000000
--- a/tests/array/troof3.nim
+++ /dev/null
@@ -1,8 +0,0 @@
-discard """
-  errormsg: "invalid context for '^' as len!=high+1 for 'a'"
-  line: "8"
-"""
-
-var a: array[1..3, string]
-
-echo a[^1]