summary refs log tree commit diff stats
path: root/tests/reject/topena1.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reject/topena1.nim')
-rwxr-xr-xtests/reject/topena1.nim12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/reject/topena1.nim b/tests/reject/topena1.nim
deleted file mode 100755
index 0dbc5506a..000000000
--- a/tests/reject/topena1.nim
+++ /dev/null
@@ -1,12 +0,0 @@
-discard """
-  file: "topena1.nim"
-  line: 9
-  errormsg: "invalid type"
-"""
-# Tests a special bug
-
-var
-  x: ref openarray[string] #ERROR_MSG invalid type
-
-
-