From ee64a6b3a217a9a0be9924cc210a021ba201b6c3 Mon Sep 17 00:00:00 2001 From: "Jurgen J. Vinju" Date: Mon, 13 May 2024 23:09:45 +0200 Subject: [PATCH] fixed comment --- .../lang/rascalcore/check/tests/BinaryDependencyTest.rsc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/org/rascalmpl/core/library/lang/rascalcore/check/tests/BinaryDependencyTest.rsc b/src/org/rascalmpl/core/library/lang/rascalcore/check/tests/BinaryDependencyTest.rsc index f6856cc0..9b8bf024 100644 --- a/src/org/rascalmpl/core/library/lang/rascalcore/check/tests/BinaryDependencyTest.rsc +++ b/src/org/rascalmpl/core/library/lang/rascalcore/check/tests/BinaryDependencyTest.rsc @@ -19,8 +19,6 @@ test bool importSimpleBinaryModule() { 'int aFunction() = 1; "); - - pcfg = pathConfig( srcs=[|memory://myTestLibrary/src|], bin=|memory://myTestLibrary/bin|, @@ -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