aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2015-09-15 09:53:45 +0000
committerGravatar John Field <jfield@google.com>2015-09-15 20:26:49 +0000
commitc653738d6174a282e64b4fbbee00b1acb6224bf9 (patch)
treedbdf9f485c3a6209a37501155fcf93000594f0c9 /third_party
parent9c5deb64da0d92b0223a0f37d6beed5b22ba6417 (diff)
Remove a line accidentally left in from debugging.
-- MOS_MIGRATED_REVID=103076612
Diffstat (limited to 'third_party')
-rwxr-xr-xthird_party/ijar/test/ijar_test.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/ijar/test/ijar_test.sh b/third_party/ijar/test/ijar_test.sh
index 52ff68cc8e..9778469fed 100755
--- a/third_party/ijar/test/ijar_test.sh
+++ b/third_party/ijar/test/ijar_test.sh
@@ -170,7 +170,6 @@ function test_ijar_output() {
# Check that no private class members are found:
lines=$($JAVAP -private -classpath $A_JAR A | grep priv | wc -l)
- cp $A_JAR /tmp/ajar.jar
check_eq 2 $lines "Input jar should have 2 private members!"
lines=$($JAVAP -private -classpath $A_INTERFACE_JAR A | grep priv | wc -l)
check_eq 0 $lines "Interface jar should have no private members!"