Files
gf-core/testsuite/compiler/check/abstract-operations/abstract-operations.gfs
hallgren dd1b474a22 testsuite: fix test of generate_trees
There were two differences between the current output and the old gold file: 

  1. The trees are no longer generated with increasing depth
  2. The meaning of the -depth flag has changed: for example, 
     "gt -cat=Nat -depth=1" used to generate only "zero",
     now you also get "succ zero".
2013-12-10 16:49:40 +00:00

6 lines
195 B
Plaintext

-- here we test that the abstract operations are not used for proof search
i testsuite/compiler/check/abstract-operations/Nat.gf
gt -cat=Nat -number=11 -depth=10
pt -compute (twice (succ zero))