diff options
| author | Hugo Herbelin | 2017-09-19 11:29:06 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2017-09-19 11:45:20 +0200 |
| commit | b91601a122b2ae68a295f45c6d92692db1269714 (patch) | |
| tree | 8835786d80945fa7dbcc250ffa3dfe0975b6d976 /test-suite/bugs | |
| parent | 7e4535d62c4f8abc6537206e7abc34f1bb0be69d (diff) | |
Fixing bug #5741 (anomaly in info_trivial).
The bug was introduced in 1559f73.
Diffstat (limited to 'test-suite/bugs')
| -rw-r--r-- | test-suite/bugs/closed/5741.v | 4 |
1 files changed, 4 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. |
