summaryrefslogtreecommitdiff
path: root/test/files/run/blame_eye_triple_eee-double.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/blame_eye_triple_eee-double.scala')
-rw-r--r--test/files/run/blame_eye_triple_eee-double.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/blame_eye_triple_eee-double.scala b/test/files/run/blame_eye_triple_eee-double.scala
index 1640aead40..4dcbfe7a7a 100644
--- a/test/files/run/blame_eye_triple_eee-double.scala
+++ b/test/files/run/blame_eye_triple_eee-double.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")
}