aboutsummaryrefslogtreecommitdiff
path: root/test-suite/stm
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-02-06 18:37:27 +0100
committerEmilio Jesus Gallego Arias2019-02-08 11:02:16 +0100
commitf828ca388911f66452c88d0e907331bf0a8a59cb (patch)
tree04316c97fcad97e2ee3660936741b4c04025746d /test-suite/stm
parentd1d32f552064b9907fc9815b7412b9a9cde4a0dd (diff)
[stm] Filter some more arguments that shouldn't be sent to workers.
This fixes #9484 .
Diffstat (limited to 'test-suite/stm')
-rw-r--r--test-suite/stm/arg_filter_1.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/stm/arg_filter_1.v b/test-suite/stm/arg_filter_1.v
new file mode 100644
index 0000000000..1cf66d6b43
--- /dev/null
+++ b/test-suite/stm/arg_filter_1.v
@@ -0,0 +1,4 @@
+(* coq-prog-args: ("-async-proofs-tac-j" "1") *)
+
+Lemma foo : True.
+Proof. now auto. Qed.