diff options
| author | Gaëtan Gilbert | 2018-11-16 13:32:03 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-11-16 13:38:44 +0100 |
| commit | 93ecb0426dafc2654853eba2643ab0c66c3a09f4 (patch) | |
| tree | 203a9b73a4fcd96b7a8264408dea898635615f3a /test-suite | |
| parent | 778213b89d893b55e572fc1813c7209d647ed6b0 (diff) | |
Do not Export the init modules
It seems we started doing the export silently in
47804492bd09c8b13b5aac45800d067dbdf04d00.
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/success/Require.v | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/success/Require.v b/test-suite/success/Require.v index f851d8c7d9..de5987c4f7 100644 --- a/test-suite/success/Require.v +++ b/test-suite/success/Require.v @@ -1,3 +1,8 @@ +(* -*- coq-prog-args: ("-noinit"); -*- *) + Require Import Coq.Arith.Plus. Require Coq.Arith.Minus. Locate Library Coq.Arith.Minus. + +(* Check that Init didn't get exported by the import above *) +Fail Check nat. |
