]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/TestBase.java
New SCL completion implementation
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / TestBase.java
index a662791dd58dfa27c1ccf095fb628f59cd5ac05d..ed7b7250ddb12c70792d9f8e24d186527bfb060e 100644 (file)
@@ -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;
                 }
             };