summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorFabian Keller <github.100.fkeller@spamgourmet.com>2017-06-19 19:30:21 +0200
committerAndreas Rumpf <rumpf_a@web.de>2017-06-20 11:53:32 +0200
commit62ffac25dcf243f6b877c677bd90fe15035db2e4 (patch)
tree672450350816684c062f6caeca0893380a4a7101 /tests
parent90e82f8ecff4238a32b2a730a412e86ff4ce3824 (diff)
downloadNim-62ffac25dcf243f6b877c677bd90fe15035db2e4.tar.gz
added test case for #1252
Diffstat (limited to 'tests')
-rw-r--r--tests/types/t1252.nim12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/types/t1252.nim b/tests/types/t1252.nim
new file mode 100644
index 000000000..c6a12e9f7
--- /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