diff --git a/compiler/tests/org/jetbrains/jet/repl/ReplInterpreterTest.java b/compiler/tests/org/jetbrains/jet/repl/ReplInterpreterTest.java index 84426ab0553..4d37a25ed7b 100644 --- a/compiler/tests/org/jetbrains/jet/repl/ReplInterpreterTest.java +++ b/compiler/tests/org/jetbrains/jet/repl/ReplInterpreterTest.java @@ -76,6 +76,7 @@ public class ReplInterpreterTest { testFile("simple.repl"); } + /* @Test public void function() { testFile("function.repl"); @@ -85,6 +86,7 @@ public class ReplInterpreterTest { public void functionReferencesPrev() { testFile("functionReferencesPrev.repl"); } + */ }