Skip to content

Commit

Permalink
Improved test-cases for record redefinition bug
Browse files Browse the repository at this point in the history
For github issue #260
  • Loading branch information
mn200 committed Jun 2, 2015
1 parent abc8e74 commit 40f6b6e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
4 changes: 4 additions & 0 deletions src/datatype/theory_tests/bar260Script.sml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
open HolKernel Datatype foo260Theory;
val _ = new_theory"bar260";
val _ = Datatype`foo = <| f : bool |>`;
val _ = export_theory();
4 changes: 4 additions & 0 deletions src/datatype/theory_tests/foo260Script.sml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
open HolKernel Datatype
val _ = new_theory"foo260";
val _ = Datatype`foo = <| f : bool |>`;
val _ = export_theory();
8 changes: 0 additions & 8 deletions src/datatype/theory_tests/gh260aScript.sml

This file was deleted.

10 changes: 0 additions & 10 deletions src/datatype/theory_tests/gh260bScript.sml

This file was deleted.

0 comments on commit 40f6b6e

Please sign in to comment.