Added test case

This commit is contained in:
Simon Krauter
2014-10-15 00:31:55 +02:00
parent 27585ee6ec
commit 8b70e2c0e7

View File

@@ -0,0 +1,8 @@
discard """
file: "tselfimport.nim"
line: 6
errormsg: "A module cannot import itself"
"""
import tselfimport #ERROR
echo("Hello World")