diff options
Diffstat (limited to 'tests/casestmt')
-rw-r--r-- | tests/casestmt/tcasestmt.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/casestmt/tcasestmt.nim b/tests/casestmt/tcasestmt.nim index 1efa46e8e..b7454ef99 100644 --- a/tests/casestmt/tcasestmt.nim +++ b/tests/casestmt/tcasestmt.nim @@ -163,7 +163,7 @@ block tcasestm: of "N": false else: echo "no good" - quit("quiting") + quit("quitting") proc toBool(s: string): bool = case s: |