diff --git a/compiler/tests/org/jetbrains/jet/lang/resolve/lazy/LazyResolveTestUtil.java b/compiler/tests/org/jetbrains/jet/lang/resolve/lazy/LazyResolveTestUtil.java index 21e28b129a6..8b49d58043f 100644 --- a/compiler/tests/org/jetbrains/jet/lang/resolve/lazy/LazyResolveTestUtil.java +++ b/compiler/tests/org/jetbrains/jet/lang/resolve/lazy/LazyResolveTestUtil.java @@ -134,7 +134,7 @@ public class LazyResolveTestUtil { shortNames.add(name); } else { - throw new IllegalStateException("There's a file that declares the default package: " + file.getName()); + throw new IllegalStateException("Scripts are not supported: " + file.getName()); } } return shortNames;