diff options
Diffstat (limited to 'tests/reject/topena1.nim')
-rwxr-xr-x | tests/reject/topena1.nim | 12 |
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 - - - |