diff options
Diffstat (limited to 'test-suite/bugs/closed/3373.v')
| -rw-r--r-- | test-suite/bugs/closed/3373.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/3373.v b/test-suite/bugs/closed/3373.v index 3cf758e1c9..5ecf280153 100644 --- a/test-suite/bugs/closed/3373.v +++ b/test-suite/bugs/closed/3373.v @@ -30,4 +30,4 @@ Module long. Fail pose (( @projT1 _ ( fun X : hSet@{i j k} => binop X ) ) : _ -> hSet). (* check that it fails *) try pose (( @projT1 _ ( fun X : hSet@{i j k} => binop X ) ) : _ -> hSet). (* check that it's not an anomaly *) Admitted. -End long.
\ No newline at end of file +End long. |
