diff options
Diffstat (limited to 'tests/literal-test.tnsl')
-rw-r--r-- | tests/literal-test.tnsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/literal-test.tnsl b/tests/literal-test.tnsl index b447e57..e3b73da 100644 --- a/tests/literal-test.tnsl +++ b/tests/literal-test.tnsl @@ -1,6 +1,6 @@ # These should all work -;string s = "\"" -;string st="\\" +;[]char s = "\"" +;[]char st="\\" ;int i = 0 ;int j=1 |