Merge "Fix build" into gingerbread-plus-aosp

This commit is contained in:
Brett Chabot
2010-09-21 16:06:58 -07:00
committed by Android (Google) Code Review

View File

@@ -597,7 +597,7 @@ public class PackageManagerHostTestUtils extends Assert {
mTestRunErrorMessage = errorMessage; mTestRunErrorMessage = errorMessage;
} }
public void testRunStarted(int testCount) { public void testRunStarted(String runName, int testCount) {
// ignore // ignore
} }