aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPierre Boutillier2014-07-23 17:24:18 +0200
committerPierre Boutillier2014-07-24 14:14:31 +0200
commitc15571e367cf4d75c9e4aac589170e0213e4fe3b (patch)
treeca12232b2b7c24d3e2a8e08491c6ca2c5da18034 /tools
parent1774a87504945a6e8b8aa465297dce672364b8a4 (diff)
fixup fakeide test-suite
Diffstat (limited to 'tools')
-rw-r--r--tools/coqc.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/coqc.ml b/tools/coqc.ml
index 1d416a1c44..5aa6f0b049 100644
--- a/tools/coqc.ml
+++ b/tools/coqc.ml
@@ -96,6 +96,7 @@ let parse_args () =
|"-impredicative-set"|"-vm"|"-no-native-compiler"
|"-verbose-compat-notations"|"-no-compat-notations"
|"-indices-matter"|"-quick"
+ |"-async-proofs-always-delegate"|"-async-proofs-never-reopen-branch"
as o) :: rem ->
parse (cfiles,o::args) rem
@@ -105,7 +106,7 @@ let parse_args () =
|"-load-vernac-source"|"-l"|"-load-vernac-object"
|"-load-ml-source"|"-require"|"-load-ml-object"
|"-init-file"|"-dump-glob"|"-compat"|"-coqlib"
- |"-async-proofs-j" |"-async-proofs-worker-flags" |"-async-proofs"
+ |"-async-proofs-j" |"-async-proofs-private-flags" |"-async-proofs"
as o) :: rem ->
begin
match rem with