summary refs log tree commit diff stats
path: root/tests/topaque.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topaque.nim')
-rwxr-xr-xtests/topaque.nim11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/topaque.nim b/tests/topaque.nim
deleted file mode 100755
index 7553a749e..000000000
--- a/tests/topaque.nim
+++ /dev/null
@@ -1,11 +0,0 @@
-# Test the new opaque types

-

-import 

-  mopaque

-  

-var

-  L: TLexer

-  

-L.filename = "ha"

-L.line = 34

-L.buffer[0] = '\0' #ERROR_MSG undeclared field: 'buffer'