diff options
| author | Maxime Dénès | 2015-01-17 09:43:39 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2015-01-17 10:38:50 +0100 |
| commit | 6d56defdaaa31e34422a70d3c2f236979426abb8 (patch) | |
| tree | 9efbf4cce6966493b7846b7cdcde13460cd3ad7e /test-suite/bugs | |
| parent | d030ce0721a46c539f9d6addb450ccc9d13163b3 (diff) | |
Revert "Fix files in test-suite having to do with Require inside modules."
This reverts commit a7ed77403cd15ba1cc2c05f2b6193b46f0028eda.
Diffstat (limited to 'test-suite/bugs')
| -rw-r--r-- | test-suite/bugs/closed/335.v | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/335.v b/test-suite/bugs/closed/335.v new file mode 100644 index 0000000000..166fa7a9f2 --- /dev/null +++ b/test-suite/bugs/closed/335.v @@ -0,0 +1,5 @@ +(* Compatibility of Require with backtracking at interactive module end *) + +Module A. +Require List. +End A. |
