summaryrefslogtreecommitdiff
path: root/Test/symdiff
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-28 16:32:14 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-28 16:32:14 +0100
commit08e1dc93d185e221b65bd59ccc167526937ee4d4 (patch)
tree5af0f9ea8cc49a34adc45e63f5b1ba4326fc2a13 /Test/symdiff
parent68bb2d0882069c9468e7e36c78a0eef710b7c677 (diff)
Removed old test infrastructure files except for
./AbsHoudini/ ./doomed/ ./z3api/ ./test17/ because their conversion to lit incomplete.
Diffstat (limited to 'Test/symdiff')
-rw-r--r--Test/symdiff/Answer5
-rw-r--r--Test/symdiff/runtest.bat9
2 files changed, 0 insertions, 14 deletions
diff --git a/Test/symdiff/Answer b/Test/symdiff/Answer
deleted file mode 100644
index 322dacfd..00000000
--- a/Test/symdiff/Answer
+++ /dev/null
@@ -1,5 +0,0 @@
-foo.bpl(17,3): Error BP5001: This assertion might not hold.
-foo.bpl(17,3): Error BP5001: This assertion might not hold.
-foo.bpl(17,3): Error BP5001: This assertion might not hold.
-
-Boogie program verifier finished with 0 verified, 3 errors
diff --git a/Test/symdiff/runtest.bat b/Test/symdiff/runtest.bat
deleted file mode 100644
index 1596661c..00000000
--- a/Test/symdiff/runtest.bat
+++ /dev/null
@@ -1,9 +0,0 @@
-@echo off
-setlocal
-
-set BGEXE=..\..\Binaries\Boogie.exe
-rem set BGEXE=mono ..\..\Binaries\Boogie.exe
-
-%BGEXE% %* /z3multipleErrors /errorTrace:0 foo.bpl
-
-