aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/Makefile
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2016-05-10 12:54:29 +0200
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2016-05-10 12:54:29 +0200
commitc4be3f4051761769676fc00e0fad9069710159c6 (patch)
tree8067327ba502d4234615fccbaa3fa900f9a0699c /test-suite/Makefile
parentcd9f2859e69d99aea5b29a6d677448a39a234b6f (diff)
STM: code cleanup
Diffstat (limited to 'test-suite/Makefile')
-rw-r--r--test-suite/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-suite/Makefile b/test-suite/Makefile
index 083577d60..91b8a4ed0 100644
--- a/test-suite/Makefile
+++ b/test-suite/Makefile
@@ -242,7 +242,6 @@ $(addsuffix .log,$(wildcard stm/*.v)): %.v.log: %.v
$(HIDE){ \
echo $(call log_intro,$<); \
$(coqc) "$<" $(call get_coq_prog_args,"$<") -async-proofs on \
- -async-proofs-private-flags fallback-to-lazy-if-marshal-error=no,fallback-to-lazy-if-slave-dies=no \
$$opts 2>&1; R=$$?; times; \
if [ $$R = 0 ]; then \
echo $(log_success); \