summaryrefslogtreecommitdiff
path: root/test-suite/coqwc/next-obligation.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/coqwc/next-obligation.v')
-rw-r--r--test-suite/coqwc/next-obligation.v10
1 files changed, 10 insertions, 0 deletions
diff --git a/test-suite/coqwc/next-obligation.v b/test-suite/coqwc/next-obligation.v
new file mode 100644
index 00000000..786df989
--- /dev/null
+++ b/test-suite/coqwc/next-obligation.v
@@ -0,0 +1,10 @@
+(* make sure all proof lines are counted *)
+
+Goal True.
+ Next Obligation.
+ idtac.
+ Next Obligation.
+ idtac.
+ Next Obligation.
+ idtac.
+Qed.