mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 17:42:51 -06:00
use a diferent target name to avoid accidentally removing test.pgf
This commit is contained in:
@@ -88,7 +88,7 @@ main = do
|
|||||||
|
|
||||||
bn1 <- testLoadFailure (bootNGF "non-existing.pgf" "non-existing.ngf")
|
bn1 <- testLoadFailure (bootNGF "non-existing.pgf" "non-existing.ngf")
|
||||||
bn2 <- testLoadFailure (bootNGF "tests/basic.gf" "tests/basic.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")
|
rn2 <- testLoadFailure (readNGF "tests/basic.gf")
|
||||||
rn3 <- testLoadFailure (readNGF "tests/basic.pgf")
|
rn3 <- testLoadFailure (readNGF "tests/basic.pgf")
|
||||||
|
|||||||
Reference in New Issue
Block a user