Skip to content

Commit

Permalink
Add stdlib to path for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
toinehartman committed Oct 4, 2024
1 parent ed782c3 commit 4ba4d05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ bool testRename(str stmtsStr, int cursorAtOldNameOccurrence = 0, str oldName = "
private PathConfig getTestPathConfig(loc testDir) {
return pathConfig(
bin=testDir + "bin",
libs=[|lib://rascal|],
libs=[|lib://rascal|, |std:///|],
srcs=[testDir + "rascal"],
resources=testDir + "bin",
generatedSources=testDir + "generated-sources"
Expand Down

0 comments on commit 4ba4d05

Please sign in to comment.