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.nim7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/array/troof3.nim b/tests/array/troof3.nim
deleted file mode 100644
index efe0eafb8..000000000
--- a/tests/array/troof3.nim
+++ /dev/null
@@ -1,7 +0,0 @@
-discard """
-  output: '''c'''
-"""
-
-var a: array['a'..'c', string] = ["a", "b", "c"]
-
-echo a[^1]