diff options
Diffstat (limited to 'tests/trawstr.nim')
-rwxr-xr-x | tests/trawstr.nim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/trawstr.nim b/tests/trawstr.nim deleted file mode 100755 index 7b2db0335..000000000 --- a/tests/trawstr.nim +++ /dev/null @@ -1,5 +0,0 @@ -# Test the new raw strings: - -const - xxx = r"This is a raw string!" - yyy = "This not\" #ERROR |