X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2FTestBase.java;h=ed7b7250ddb12c70792d9f8e24d186527bfb060e;hb=d85a4d990c5cac9d0c70781a265f02888b3aaa43;hp=a662791dd58dfa27c1ccf095fb628f59cd5ac05d;hpb=82a87b8535628d47d9c381e1a3a2296fb67c7fd0;p=simantics%2Fplatform.git diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/TestBase.java b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/TestBase.java index a662791dd..ed7b7250d 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/TestBase.java +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/TestBase.java @@ -95,7 +95,7 @@ public class TestBase { moduleSources[i] = new StringModuleSource( moduleNames[i], getClass().getClassLoader(), moduleTexts[i]) { @Override - protected ImportDeclaration[] getBuiltinImports(UpdateListener listener) { + public ImportDeclaration[] getBuiltinImports(UpdateListener listener) { return ImportDeclaration.ONLY_BUILTINS; } };