use a diferent target name to avoid accidentally removing test.pgf

This commit is contained in:
krangelov
2021-12-21 19:10:36 +01:00
parent a6f9eb15ad
commit d18c6d07ea

View File

@@ -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")