summaryrefslogtreecommitdiffstats
path: root/jack-tests/tests/com/android/jack/shrob/ObfuscationWithDebugInfoTests.java
diff options
context:
space:
mode:
Diffstat (limited to 'jack-tests/tests/com/android/jack/shrob/ObfuscationWithDebugInfoTests.java')
-rw-r--r--jack-tests/tests/com/android/jack/shrob/ObfuscationWithDebugInfoTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jack-tests/tests/com/android/jack/shrob/ObfuscationWithDebugInfoTests.java b/jack-tests/tests/com/android/jack/shrob/ObfuscationWithDebugInfoTests.java
index 80eac52..f722291 100644
--- a/jack-tests/tests/com/android/jack/shrob/ObfuscationWithDebugInfoTests.java
+++ b/jack-tests/tests/com/android/jack/shrob/ObfuscationWithDebugInfoTests.java
@@ -45,6 +45,6 @@ public class ObfuscationWithDebugInfoTests extends AbstractTest {
new ProguardFlags(AbstractTestTools.getTestRootDir("com.android.jack.shrob"),
"keepDebugInfo.flags"), new ProguardFlags(testFolder, "proguard.flags" + flagNumber));
- env.runTest(new ComparatorDex(env.getCandidateDex(), env.getReferenceDex()));
+ env.runTest(new ComparatorDex(env.getReferenceDex(), env.getCandidateDex()));
}
}