From d18c6d07ea6360170eed28c7996721de7bbfab45 Mon Sep 17 00:00:00 2001 From: krangelov Date: Tue, 21 Dec 2021 19:10:36 +0100 Subject: [PATCH] use a diferent target name to avoid accidentally removing test.pgf --- src/runtime/haskell/tests/basic.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/haskell/tests/basic.hs b/src/runtime/haskell/tests/basic.hs index b790103ce..e4fe0e0e2 100644 --- a/src/runtime/haskell/tests/basic.hs +++ b/src/runtime/haskell/tests/basic.hs @@ -88,7 +88,7 @@ main = do bn1 <- testLoadFailure (bootNGF "non-existing.pgf" "non-existing.ngf") bn2 <- testLoadFailure (bootNGF "tests/basic.gf" "tests/basic.ngf") - bn3 <- testLoadFailure (bootNGF "tests/basic.ngf" "tests/basic.pgf") + bn3 <- testLoadFailure (bootNGF "tests/basic.ngf" "tests/tmp.pgf") rn2 <- testLoadFailure (readNGF "tests/basic.gf") rn3 <- testLoadFailure (readNGF "tests/basic.pgf")