diff options
| author | 2015-08-03 14:34:42 +0000 | |
|---|---|---|
| committer | 2015-08-03 14:34:42 +0000 | |
| commit | 855223fa12fc1efc926c068ea5c536663f30030d (patch) | |
| tree | 9caf876545d0e46a72c0fbd3e299d5a5380459a5 /test/404-optimizing-allocator/src/Main.java | |
| parent | 7a58566d2b0ad051b8ccaf5614ad986979af8ef4 (diff) | |
| parent | c2abe2fe9036b57c581e3003d0b820d1c54dbd30 (diff) | |
Merge "Fix ambiguous phrasing in tests comments regarding $opt$."
Diffstat (limited to 'test/404-optimizing-allocator/src/Main.java')
| -rw-r--r-- | test/404-optimizing-allocator/src/Main.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/404-optimizing-allocator/src/Main.java b/test/404-optimizing-allocator/src/Main.java index 7b31820470..1ff5475e45 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 { |