diff options
Diffstat (limited to 'tests/exception/texcas.nim')
-rw-r--r-- | tests/exception/texcas.nim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/exception/texcas.nim b/tests/exception/texcas.nim index 7108e334c..ad6819f11 100644 --- a/tests/exception/texcas.nim +++ b/tests/exception/texcas.nim @@ -1,8 +1,9 @@ discard """ targets: "c cpp" - output: '''Hello + output: ''' Hello - ''' +Hello +''' """ proc test[T]() = try: |