summaryrefslogtreecommitdiff
path: root/test/412-new-array/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/412-new-array/src')
-rw-r--r--test/412-new-array/src/Main.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/412-new-array/src/Main.java b/test/412-new-array/src/Main.java
index e4669b8a96..b9c2a053e0 100644
--- a/test/412-new-array/src/Main.java
+++ b/test/412-new-array/src/Main.java
@@ -17,7 +17,7 @@
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
-// Note that $opt$ is a marker for the optimizing compiler to ensure
+// Note that $opt$ is a marker for the optimizing compiler to test
// it does compile the method.
public class Main extends TestCase {