Skip to content

Commit

Permalink
Fix holdep test case for functor keyword.
Browse files Browse the repository at this point in the history
This dodges the Moscow ML compilation error caused by its attempt to
compile functor.sml (now deleted) in its default mode.
  • Loading branch information
mn200 committed Jul 16, 2015
1 parent 8c47c9d commit 087daed
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
5 changes: 0 additions & 5 deletions tools/Holmake/tests/brokenstrings/functor.sml

This file was deleted.

2 changes: 1 addition & 1 deletion tools/Holmake/tests/holdep/Holmakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
INCLUDES = ../../../cmp

.PHONY: test
test:
test: input expected_output
$(protect $(HOLDIR)/bin/holdeptool.exe) input > output
$(protect $(HOLDIR)/tools/cmp/cmp.exe) output expected_output

Expand Down
1 change: 1 addition & 0 deletions tools/Holmake/tests/holdep/expected_output
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ baz
data1
data2
foo
functortest
included1
included2
included3
Expand Down
3 changes: 3 additions & 0 deletions tools/Holmake/tests/holdep/input
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ include included4
datatype datafoo

include included5 where type t = int

open functortest
functor funct(val x : int) =
1 change: 1 addition & 0 deletions tools/sequences/kernel
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ src/1
!tools/Holmake/tests/depchain2/dir1
!tools/Holmake/tests/altquote1
!tools/Holmake/tests/brokenstrings
!tools/Holmake/tests/holdep
!src/1/theory_tests
src/proofman
[poly]bin/hol.bare

0 comments on commit 087daed

Please sign in to comment.