diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-07-05 15:51:04 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-07-05 15:51:04 +0200 |
commit | 0926754e68861947c67986bc9c7e0a011a58267b (patch) | |
tree | bc11469a33f1aabd202e7105177553688439712a /tests/init/tuninit1.nim | |
parent | 9b31f6785947974e89d46bbc0dee11f1c78754dc (diff) | |
download | Nim-0926754e68861947c67986bc9c7e0a011a58267b.tar.gz |
make tests green again
Diffstat (limited to 'tests/init/tuninit1.nim')
-rw-r--r-- | tests/init/tuninit1.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init/tuninit1.nim b/tests/init/tuninit1.nim index 886a1d766..891f1e96c 100644 --- a/tests/init/tuninit1.nim +++ b/tests/init/tuninit1.nim @@ -22,7 +22,7 @@ proc p = try: z = parseInt("1233") - except E_Base: + except Exception: case x of 34: z = 123 of 13: z = 34 |