summaryrefslogtreecommitdiff
path: root/test/files/run/blame_eye_triple_eee-float.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/blame_eye_triple_eee-float.check')
-rw-r--r--test/files/run/blame_eye_triple_eee-float.check9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/run/blame_eye_triple_eee-float.check b/test/files/run/blame_eye_triple_eee-float.check
new file mode 100644
index 0000000000..5e46d91a8f
--- /dev/null
+++ b/test/files/run/blame_eye_triple_eee-float.check
@@ -0,0 +1,9 @@
+if (NaN == NaN) is good
+if (x == x) is good
+if (x == NaN) is good
+if (NaN != NaN) is good
+if (x != x) is good
+if (NaN != x) is good
+x matching was good
+NaN matching was good
+loop with NaN was goood