Assertion message corrected

This commit is contained in:
Andrey Breslav
2012-07-27 17:15:46 +04:00
parent f37fae6e29
commit 020aa66a73
@@ -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;