Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed May 13, 2024
1 parent 67a8212 commit ee64a6b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ test bool importSimpleBinaryModule() {
'int aFunction() = 1;
");



pcfg = pathConfig(
srcs=[|memory://myTestLibrary/src|],
bin=|memory://myTestLibrary/bin|,
Expand All @@ -29,7 +27,7 @@ test bool importSimpleBinaryModule() {
libs=[]
);

// this transitively compiles A and stores in pcfg.bin/rascal/$A.tpl
// this transitively compiles A and stores in pcfg.resources/rascal/$A.tpl
msgs = check([|memory://myTestLibrary/src/A.rsc|], rascalCompilerConfig(pcfg));

// no issues expected
Expand Down

0 comments on commit ee64a6b

Please sign in to comment.