Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 32cb3c5

Browse files
committed
Added missing keyword parameter.
1 parent 8540c3a commit 32cb3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/rascalmpl/core/library/lang/rascalcore/check/TestConfigs.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ public RascalCompilerConfig getVSCodeCompilerConfig(){
325325

326326
// ---- Outdated TypePal Usage -----------------------------------------------------------------
327327

328-
public PathConfig getOutdatedTPLPathConfig() {
328+
public PathConfig getOutdatedTPLPathConfig(bool compier = true) {
329329
return makePathConfig(RASCAL_CORE,
330330
[RASCAL_CORE + "src/org/rascalmpl/core/library"],
331331
[ RASCAL, OUTDATED_TYPEPAL ],

0 commit comments

Comments
 (0)