summaryrefslogtreecommitdiffstats
path: root/jack-tests/tests/com/android/jack/shrob/ObfuscationWithAttributesTests.java
diff options
context:
space:
mode:
Diffstat (limited to 'jack-tests/tests/com/android/jack/shrob/ObfuscationWithAttributesTests.java')
-rw-r--r--jack-tests/tests/com/android/jack/shrob/ObfuscationWithAttributesTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jack-tests/tests/com/android/jack/shrob/ObfuscationWithAttributesTests.java b/jack-tests/tests/com/android/jack/shrob/ObfuscationWithAttributesTests.java
index 5a1feaf..81fbc7a 100644
--- a/jack-tests/tests/com/android/jack/shrob/ObfuscationWithAttributesTests.java
+++ b/jack-tests/tests/com/android/jack/shrob/ObfuscationWithAttributesTests.java
@@ -60,6 +60,6 @@ public class ObfuscationWithAttributesTests extends AbstractTest {
env.setCandidateTestTools(toolchain);
env.setReferenceTestTools(refToolchain);
env.setWithDebugInfo(true);
- env.runTest(new ComparatorDex(env.getCandidateDex(), env.getReferenceDex()));
+ env.runTest(new ComparatorDex(env.getReferenceDex(), env.getCandidateDex()));
}
}