aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/bug_5198.v
AgeCommit message (Collapse)Author
2019-02-22[library] Remove `-boot` option.Emilio Jesus Gallego Arias
The `-boot` option was used to: - suppress loading of the rc_file - allow to save modules with prefix `Coq` There is no good reason disable saving of modules with `Coq` prefix by default, thus we remove this option. Fixes: #9575
2018-10-04rename test files (do not start by a digit)Vincent Laporte