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

Commit 65aba89

Browse files
committed
Fixed incorrect fieldname
1 parent f7b02f2 commit 65aba89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/rascalmpl/core/library/lang/rascalcore/check/tests/BinaryDependencyTests.rsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ test bool importSimpleSourceModuleWithRascalAsLib(){
183183
' return 0;
184184
'}"),
185185
createPathConfig(clientName)
186-
[libs=[rascalPCFG.bin]]
186+
[libs=[rascalPCFG.resources]]
187187
[srcs=[src(clientName), src(libName)]]
188188
);
189189
return checkExpectNoErrors("LibCall", client.pcfg, remove = [lib, client]);

0 commit comments

Comments
 (0)