diff options
author | 2015-08-03 15:20:02 +0100 | |
---|---|---|
committer | 2015-08-03 15:22:08 +0100 | |
commit | c2abe2fe9036b57c581e3003d0b820d1c54dbd30 (patch) | |
tree | b7cd494898b2f18c54e645718acf8887af9eb9d3 /test/412-new-array/src | |
parent | f7746ad0063b02f19f3448c5ef4db7e4925d4f16 (diff) |
Fix ambiguous phrasing in tests comments regarding $opt$.
Change-Id: I78e6bccbe35288df5de30700d3877bbcdef37d65
Diffstat (limited to 'test/412-new-array/src')
-rw-r--r-- | test/412-new-array/src/Main.java | 2 |
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 { |