diff options
Diffstat (limited to 'tests/run/globalaux2.nim')
-rw-r--r-- | tests/run/globalaux2.nim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/run/globalaux2.nim b/tests/run/globalaux2.nim deleted file mode 100644 index 6c77f1f48..000000000 --- a/tests/run/globalaux2.nim +++ /dev/null @@ -1,4 +0,0 @@ -import globalaux - -echo "in globalaux2: ", globalInstance[int]().val - |