diff options
| author | Maxime Dénès | 2015-12-15 21:15:42 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2015-12-15 21:15:42 +0100 |
| commit | 7212e6c4a742110138a268650a59a67ef28d0582 (patch) | |
| tree | 2aa2bf9c6c002d1b46eff3837f4377c3ed7719bd | |
| parent | 0a89d4805a29628c82b994958362dc9d92709020 (diff) | |
Fix test suite after change in extraction.
| -rw-r--r-- | test-suite/output/Extraction_matchs_2413.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/Extraction_matchs_2413.out b/test-suite/output/Extraction_matchs_2413.out index 848abd0096..f738b0d091 100644 --- a/test-suite/output/Extraction_matchs_2413.out +++ b/test-suite/output/Extraction_matchs_2413.out @@ -4,7 +4,7 @@ let test1 b = b (** val test2 : bool -> bool **) -let test2 b = +let test2 _ = False (** val wrong_id : 'a1 hole -> 'a2 hole **) |
