summaryrefslogtreecommitdiff
path: root/test/MultiDexModifiedSecondary
diff options
context:
space:
mode:
Diffstat (limited to 'test/MultiDexModifiedSecondary')
-rw-r--r--test/MultiDexModifiedSecondary/Second.java6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/MultiDexModifiedSecondary/Second.java b/test/MultiDexModifiedSecondary/Second.java
index 3555a7ff36..08ad625bf0 100644
--- a/test/MultiDexModifiedSecondary/Second.java
+++ b/test/MultiDexModifiedSecondary/Second.java
@@ -15,11 +15,7 @@
*/
class Second {
- public String getThird() {
- return "I Third That.";
- }
-
public String getSecond() {
- return "I Second That.";
+ return "Modified"; // Must have the same length as original so that dex size is same.
}
}