diff options
| author | Maxime Dénès | 2017-10-04 09:40:26 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-10-04 09:40:26 +0200 |
| commit | d23df0ac40122ce2fb42683fce00f60fb85eaff9 (patch) | |
| tree | 3fa428b032f62a511fd6282098a014abf88cd3bd /test-suite | |
| parent | 2b9a34e2ffb2bf066b3b0f8452e35622519cae1c (diff) | |
| parent | b91601a122b2ae68a295f45c6d92692db1269714 (diff) | |
Merge PR #1058: Fixing BZ#5741 (anomaly in info_trivial).
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/bugs/closed/5741.v | 4 | ||||
| -rw-r--r-- | test-suite/output/auto.out | 2 | ||||
| -rw-r--r-- | test-suite/output/auto.v | 4 |
3 files changed, 10 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/5741.v b/test-suite/bugs/closed/5741.v new file mode 100644 index 0000000000..f6598f192d --- /dev/null +++ b/test-suite/bugs/closed/5741.v @@ -0,0 +1,4 @@ +(* Check no anomaly in info_trivial *) + +Goal True. +info_trivial. diff --git a/test-suite/output/auto.out b/test-suite/output/auto.out index a5b55a9993..2761b87b02 100644 --- a/test-suite/output/auto.out +++ b/test-suite/output/auto.out @@ -18,3 +18,5 @@ Debug: 1 depth=5 Debug: 1.1 depth=4 simple apply or_intror Debug: 1.1.1 depth=4 intro Debug: 1.1.1.1 depth=4 exact H +(* info trivial: *) +exact I (in core). diff --git a/test-suite/output/auto.v b/test-suite/output/auto.v index a77b7b82e6..92917cdfc7 100644 --- a/test-suite/output/auto.v +++ b/test-suite/output/auto.v @@ -9,3 +9,7 @@ info_eauto. Undo. debug eauto. Qed. + +Goal True. +info_trivial. +Qed. |
