diff options
Diffstat (limited to 'test-suite/bugs/opened')
| -rw-r--r-- | test-suite/bugs/opened/2447.v | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test-suite/bugs/opened/2447.v b/test-suite/bugs/opened/2447.v deleted file mode 100644 index 503a85d41c..0000000000 --- a/test-suite/bugs/opened/2447.v +++ /dev/null @@ -1,6 +0,0 @@ -Record t := {x : bool; y : bool; z : bool}. - -Goal forall x1 x2 y z, - {| x := x1; y := y; z := z |} = {| x := x2; y := y; z := z |} -> x1 = x2. -Proof. -Timeout 5 (intros; congruence). |
