commit | c2abe2fe9036b57c581e3003d0b820d1c54dbd30 | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Mon Aug 03 15:20:02 2015 +0100 |
committer | Roland Levillain <rpl@google.com> | Mon Aug 03 15:22:08 2015 +0100 |
tree | b7cd494898b2f18c54e645718acf8887af9eb9d3 | |
parent | f7746ad0063b02f19f3448c5ef4db7e4925d4f16 [diff] [blame] |
Fix ambiguous phrasing in tests comments regarding $opt$. Change-Id: I78e6bccbe35288df5de30700d3877bbcdef37d65
diff --git a/test/404-optimizing-allocator/src/Main.java b/test/404-optimizing-allocator/src/Main.java index 7b31820..1ff5475 100644 --- a/test/404-optimizing-allocator/src/Main.java +++ b/test/404-optimizing-allocator/src/Main.java
@@ -14,7 +14,7 @@ * limitations under the License. */ -// Note that $opt$reg$ is a marker for the optimizing compiler to ensure +// Note that $opt$reg$ is a marker for the optimizing compiler to test // it does use its register allocator. public class Main {