summaryrefslogtreecommitdiff
path: root/test/files/jvm/nooptimise/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/nooptimise/Test.scala')
-rw-r--r--test/files/jvm/nooptimise/Test.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/jvm/nooptimise/Test.scala b/test/files/jvm/nooptimise/Test.scala
index ec8daa6e16..7b7ecd6dbd 100644
--- a/test/files/jvm/nooptimise/Test.scala
+++ b/test/files/jvm/nooptimise/Test.scala
@@ -8,7 +8,7 @@ object Test extends BytecodeTest {
val classNode = loadClassNode("Foo_1")
val methodNode = getMethod(classNode, "foo")
// if optimization didn't run then
- // there should be some useless instructions
+ // there should be some useless instructions
// with the magic constant 3
val expected = 1
val got = countMagicThrees(methodNode.instructions)