Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Oct 2, 2024
1 parent 420161e commit 5a41298
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module lang::rascal::tests::extends3::Modules2DefinitionTest

import lang::rascal::\syntax::Rascal;
import lang::rascal::grammar::definition::Parameters;
import lang::rascal::grammar::definition::Modules;
import lang::rascal::grammar::definition::Names;
Expand All @@ -14,7 +15,7 @@ test bool layoutPropagationOverImportAndExtendTest() {

trees = {parseModuleWithSpaces(m).top | m <- testModules, bprintln(m)};

for (m <- trees) {
for (Module m <- trees) {
str main = "<m.header.name>";

def = modules2definition(main, trees);
Expand Down

0 comments on commit 5a41298

Please sign in to comment.