Skip to content

Commit

Permalink
Reorganize test cases
Browse files Browse the repository at this point in the history
Some test case results were leftover from deleted test cases.
Other test cases that were intended to fail actually succeed with the changes to the code that have been made since.
  • Loading branch information
MartyO256 committed Aug 5, 2023
1 parent 152bbe1 commit e3254fc
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion .admissible-fail
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
./t/interactive/test_split/meta_3.1.bel
./t/interactive/test_printhole-lf.bel
./t/interactive/test_split/deptypes.bel
./t/interactive/test_split/sn2.bel
./t/interactive/test_split/sn3.bel
./t/interactive/test_split/sn-full.bel
./t/harpoon/nats_and_bools_tps_auto_invert.input
4 changes: 0 additions & 4 deletions t/code/error/funpat2.bel.out

This file was deleted.

3 changes: 0 additions & 3 deletions t/code/error/ifguard.bel.out

This file was deleted.

7 changes: 0 additions & 7 deletions t/code/error/modules/module_type1

This file was deleted.

1 change: 0 additions & 1 deletion t/code/error/modules/module_type1.bel.out

This file was deleted.

1 change: 0 additions & 1 deletion t/code/error/stratify/alg-equal-ctxrel.bel.out

This file was deleted.

3 changes: 0 additions & 3 deletions t/code/success/base/trec.bel.out

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ LF list:type =
| cons: tm -> list -> list
;



%Implicit type/context args e.g.(g:tctx) doesn't work on ctype
inductive LSiz:(g:tctx) [g |- list] -> [ |- nat] -> ctype =
| EmpSiz: LSiz [g |- nil] [ |- zero]
| SucSiz: LSiz [g |- L] [ |- N] -> LSiz [g |- cons X L] [ |- succ N]
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e3254fc

Please sign in to comment.