diff options
author | Ayushman Jain | 2012-05-09 04:42:45 -0400 |
---|---|---|
committer | Satyam Kandula | 2012-05-09 04:42:45 -0400 |
commit | 26b1597fd11d9bd59577d651072745a582f1968b (patch) | |
tree | 56afbaec56e04db55a469f3fcebd9b75c224d14d | |
parent | 77a6cb0bec467eead1b46115f424557b88911011 (diff) | |
download | eclipse.jdt.core-26b1597fd11d9bd59577d651072745a582f1968b.zip eclipse.jdt.core-26b1597fd11d9bd59577d651072745a582f1968b.tar.gz eclipse.jdt.core-26b1597fd11d9bd59577d651072745a582f1968b.tar.xz |
Fixed the test to take care of the minor change in batch compilerv20120509-0842I20120509-2100I20120509-1900
message.
-rw-r--r-- | org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java index 261b73f..971b03e 100644 --- a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java +++ b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/BatchCompilerTest.java @@ -1593,7 +1593,7 @@ public void test012(){ " reported as errors\n" + " \n" + " Setting warning or error options using properties file:\n" + - " -properties: <file> set warnings/errors option based on the properties\n" + + " -properties <file> set warnings/errors option based on the properties\n" + " file contents. This option can be used with -nowarn,\n" + " -err:.. or -warn:.. options, but the last one on the\n" + " command line sets the options to be used.\n" + |