summaryrefslogtreecommitdiff
path: root/Test/linear/runtest.bat
diff options
context:
space:
mode:
authorGravatar qadeer <unknown>2013-07-29 16:19:29 -0700
committerGravatar qadeer <unknown>2013-07-29 16:19:29 -0700
commit5b5c96d758359b03810a3f751576246ec2086ae4 (patch)
treeb6cdda5a9d1c8c296563a8f4b1c742308e92b26c /Test/linear/runtest.bat
parent6f10dcf53d5fc8858ff3b088c294d66938ea050f (diff)
added types for all the expressions being added to calls
Diffstat (limited to 'Test/linear/runtest.bat')
-rw-r--r--Test/linear/runtest.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/linear/runtest.bat b/Test/linear/runtest.bat
index 3ccd660c..c8d3dc62 100644
--- a/Test/linear/runtest.bat
+++ b/Test/linear/runtest.bat
@@ -9,7 +9,7 @@ for %%f in (typecheck.bpl) do (
%BGEXE% %* /nologo /noinfer /typeEncoding:m /useArrayTheory %%f
)
-for %%f in (list.bpl allocator.bpl f1.bpl f2.bpl) do (
+for %%f in (list.bpl allocator.bpl f1.bpl f2.bpl f3.bpl) do (
echo.
echo -------------------- %%f --------------------
%BGEXE% %* /nologo /noinfer /typeEncoding:m /useArrayTheory /doModSetAnalysis %%f