diff options
Diffstat (limited to 'test/411-optimizing-arith-mul/src/Main.java')
-rw-r--r-- | test/411-optimizing-arith-mul/src/Main.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/411-optimizing-arith-mul/src/Main.java b/test/411-optimizing-arith-mul/src/Main.java index 3a5d7c05c9..60e418e1e5 100644 --- a/test/411-optimizing-arith-mul/src/Main.java +++ b/test/411-optimizing-arith-mul/src/Main.java @@ -14,7 +14,7 @@ * limitations under the License. */ -// 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 { |