diff options
Diffstat (limited to 'test/427-bitwise/src/Main.java')
| -rw-r--r-- | test/427-bitwise/src/Main.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/427-bitwise/src/Main.java b/test/427-bitwise/src/Main.java index e9840669dd..aa69554a4f 100644 --- a/test/427-bitwise/src/Main.java +++ b/test/427-bitwise/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 { |