summaryrefslogtreecommitdiff
path: root/test/files/run/blame_eye_triple_eee-float.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/blame_eye_triple_eee-float.scala')
-rw-r--r--test/files/run/blame_eye_triple_eee-float.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/blame_eye_triple_eee-float.scala b/test/files/run/blame_eye_triple_eee-float.scala
index 4deb9f3d60..bcc6b195d5 100644
--- a/test/files/run/blame_eye_triple_eee-float.scala
+++ b/test/files/run/blame_eye_triple_eee-float.scala
@@ -56,6 +56,6 @@ object Test extends App {
else z = NaN
i += 1
}
- if (z.isNaN && i == 10) println("loop with NaN was goood")
+ if (z.isNaN && i == 10) println("loop with NaN was good")
else println("loop with NaN was broken")
}