summaryrefslogtreecommitdiffstats
path: root/jack-tests
diff options
context:
space:
mode:
Diffstat (limited to 'jack-tests')
-rw-r--r--jack-tests/tests/com/android/jack/error/CommandLineErrorTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/jack-tests/tests/com/android/jack/error/CommandLineErrorTest.java b/jack-tests/tests/com/android/jack/error/CommandLineErrorTest.java
index ca85cba..30379d5 100644
--- a/jack-tests/tests/com/android/jack/error/CommandLineErrorTest.java
+++ b/jack-tests/tests/com/android/jack/error/CommandLineErrorTest.java
@@ -41,7 +41,7 @@ public class CommandLineErrorTest {
}
/**
- * Checks that compilation end correctly when arguments define no source and no import.
+ * Checks that compilation ends correctly when arguments define no source and no import.
*/
@Test
public void testCommandLineError002() throws Exception {
@@ -60,7 +60,7 @@ public class CommandLineErrorTest {
/* zipFile = */ false, ite.getSourceFolder());
} finally {
Assert.assertEquals("", errOut.toString());
- Assert.assertTrue(out.toString().contains("Usage:"));
+ Assert.assertEquals("", out.toString());
}
}