summaryrefslogtreecommitdiffstats
path: root/jack-tests/tests/com/android/jack/shrob/ShrobRuntimeTests.java
diff options
context:
space:
mode:
Diffstat (limited to 'jack-tests/tests/com/android/jack/shrob/ShrobRuntimeTests.java')
-rw-r--r--jack-tests/tests/com/android/jack/shrob/ShrobRuntimeTests.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/jack-tests/tests/com/android/jack/shrob/ShrobRuntimeTests.java b/jack-tests/tests/com/android/jack/shrob/ShrobRuntimeTests.java
index e1ad672..253ece3 100644
--- a/jack-tests/tests/com/android/jack/shrob/ShrobRuntimeTests.java
+++ b/jack-tests/tests/com/android/jack/shrob/ShrobRuntimeTests.java
@@ -20,6 +20,7 @@ import com.android.jack.test.helper.RuntimeTestHelper;
import com.android.jack.test.runtime.RuntimeTest;
import com.android.jack.test.runtime.RuntimeTestInfo;
import com.android.jack.test.toolchain.AbstractTestTools;
+import com.android.jack.test.toolchain.LegacyJillToolchain;
import org.junit.Test;
@@ -56,7 +57,7 @@ public class ShrobRuntimeTests extends RuntimeTest {
@Test
public void test011_2() throws Exception {
- new RuntimeTestHelper(TEST011_2)
+ new RuntimeTestHelper(TEST011_2).addIgnoredCandidateToolchain(LegacyJillToolchain.class)
.compileAndRunTest();
}