summaryrefslogtreecommitdiff
path: root/Test/cloudmake/CloudMake-ParallelBuilds.dfy
diff options
context:
space:
mode:
Diffstat (limited to 'Test/cloudmake/CloudMake-ParallelBuilds.dfy')
-rw-r--r--Test/cloudmake/CloudMake-ParallelBuilds.dfy2
1 files changed, 0 insertions, 2 deletions
diff --git a/Test/cloudmake/CloudMake-ParallelBuilds.dfy b/Test/cloudmake/CloudMake-ParallelBuilds.dfy
index a4f327ff..07cae317 100644
--- a/Test/cloudmake/CloudMake-ParallelBuilds.dfy
+++ b/Test/cloudmake/CloudMake-ParallelBuilds.dfy
@@ -153,7 +153,6 @@ abstract module M0 {
type Path(==)
function Loc(cmd: string, deps: set<Path>, exp: string): Path
- type string(==)
type Artifact
type Identifier
@@ -778,7 +777,6 @@ module M3 refines M2 {
a
}
- datatype string = stringCons(int)
datatype Artifact = ArtifactCons(int)
datatype Identifier = IdentifierCons(int)