From 62ffac25dcf243f6b877c677bd90fe15035db2e4 Mon Sep 17 00:00:00 2001 From: Fabian Keller Date: Mon, 19 Jun 2017 19:30:21 +0200 Subject: [PATCH] added test case for #1252 --- tests/types/t1252.nim | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/types/t1252.nim diff --git a/tests/types/t1252.nim b/tests/types/t1252.nim new file mode 100644 index 0000000000..c6a12e9f75 --- /dev/null +++ b/tests/types/t1252.nim @@ -0,0 +1,12 @@ +discard """ + output: '''true +true +true +true +''' +""" + +echo float32 isnot float64 +echo float32 isnot float +echo int32 isnot int64 +echo int32 isnot int