diff options
| author | Pierre-Marie Pédrot | 2015-04-01 12:31:59 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2015-04-01 12:31:59 +0200 |
| commit | a297f5cbeb5f76cae593a0778605ce9050e9d1c5 (patch) | |
| tree | 3924bd21297523a3307a4870591c31a45b75c799 | |
| parent | f15506263b0f85039b0b3c25c93406b9f9a5f241 (diff) | |
Fixing test-suite.
| -rw-r--r-- | test-suite/success/Injection.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/success/Injection.v b/test-suite/success/Injection.v index 6a48824438..25e464d677 100644 --- a/test-suite/success/Injection.v +++ b/test-suite/success/Injection.v @@ -1,3 +1,5 @@ +Require Eqdep_dec. + (* Check the behaviour of Injection *) (* Check that Injection tries Intro until *) |
