diff --git a/src/org/rascalmpl/core/library/lang/rascalcore/check/tests/ChangeScenarioTests.rsc b/src/org/rascalmpl/core/library/lang/rascalcore/check/tests/ChangeScenarioTests.rsc index e7d7b6d0..2c746eed 100644 --- a/src/org/rascalmpl/core/library/lang/rascalcore/check/tests/ChangeScenarioTests.rsc +++ b/src/org/rascalmpl/core/library/lang/rascalcore/check/tests/ChangeScenarioTests.rsc @@ -62,6 +62,8 @@ bool validateBOMs(PathConfig pcfg){ return valid; } +// ------------------------------- Tests -------------------------------------- + test bool fixMissingImport(){ clearMemory(); assert missingModuleInModule("module B import A;");