diff options
Diffstat (limited to 'tests/modules/texplicit_system_import.nim')
-rw-r--r-- | tests/modules/texplicit_system_import.nim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/modules/texplicit_system_import.nim b/tests/modules/texplicit_system_import.nim index bc4d018bf..0a4cedc71 100644 --- a/tests/modules/texplicit_system_import.nim +++ b/tests/modules/texplicit_system_import.nim @@ -1,9 +1,9 @@ -##. import system except `+` + discard """ errormsg: "undeclared identifier: '+'" line: 9 """ -# Testament requires that the initial """ occurs before the 40th byte -# in the file. No kidding... + + echo 4+5 |