diff options
Diffstat (limited to 'tests/modules/tselfimport.nim')
-rw-r--r-- | tests/modules/tselfimport.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/tselfimport.nim b/tests/modules/tselfimport.nim index 7e50bef7c..ba5d9b4cf 100644 --- a/tests/modules/tselfimport.nim +++ b/tests/modules/tselfimport.nim @@ -1,5 +1,5 @@ discard """ - errormsg: "A module cannot import itself" + errormsg: "module 'tselfimport' cannot import itself" file: "tselfimport.nim" line: 7 """ |