diff --git a/compiler/tests/org/jetbrains/jet/codegen/forTestCompile/ForTestCompileRuntime.java b/compiler/tests/org/jetbrains/jet/codegen/forTestCompile/ForTestCompileRuntime.java index 04bbb916487..51938e10f2b 100644 --- a/compiler/tests/org/jetbrains/jet/codegen/forTestCompile/ForTestCompileRuntime.java +++ b/compiler/tests/org/jetbrains/jet/codegen/forTestCompile/ForTestCompileRuntime.java @@ -64,6 +64,7 @@ public class ForTestCompileRuntime { "-src", "./libraries/stdlib/src", "-noStdlib", "-noJdkAnnotations", + "-suppress", "warnings", "-annotations", "./jdk-annotations", "-classpath", "out/production/runtime"); if (exitCode != ExitCode.OK) {