From 261ba0e36438a0ff74c3ad7516428e5c21995048 Mon Sep 17 00:00:00 2001 From: Natalia Ukhorskaya Date: Mon, 30 Jun 2014 13:02:02 +0400 Subject: [PATCH] Fix Android tests after renaming codegen tests with Java --- .../tests/org/jetbrains/jet/compiler/android/SpecialFiles.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/android-tests/tests/org/jetbrains/jet/compiler/android/SpecialFiles.java b/compiler/android-tests/tests/org/jetbrains/jet/compiler/android/SpecialFiles.java index f445806758f..4056960242a 100644 --- a/compiler/android-tests/tests/org/jetbrains/jet/compiler/android/SpecialFiles.java +++ b/compiler/android-tests/tests/org/jetbrains/jet/compiler/android/SpecialFiles.java @@ -56,7 +56,7 @@ public class SpecialFiles { } private static void fillExcludedFiles() { - excludedFiles.add("boxWithJava"); // Must compile Java files before + excludedFiles.add("boxAgainstJava"); // Must compile Java files before excludedFiles.add("boxMultiFile"); // MultiFileTest not supported yet excludedFiles.add("boxInline"); // MultiFileTest not supported yet