From 8c09d8af35c34798270b484f2dfe6098be2eb0a2 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 29 Dec 2018 14:46:58 -0500 Subject: Refresh patches Remove 0002-Remove-test-4366-too-picky-on-the-timeout.patch, since upstream has increased the timeout. --- ...Remove-test-4366-too-picky-on-the-timeout.patch | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 debian/patches/0002-Remove-test-4366-too-picky-on-the-timeout.patch (limited to 'debian/patches/0002-Remove-test-4366-too-picky-on-the-timeout.patch') diff --git a/debian/patches/0002-Remove-test-4366-too-picky-on-the-timeout.patch b/debian/patches/0002-Remove-test-4366-too-picky-on-the-timeout.patch deleted file mode 100644 index e71306ce..00000000 --- a/debian/patches/0002-Remove-test-4366-too-picky-on-the-timeout.patch +++ /dev/null @@ -1,30 +0,0 @@ -From: Enrico Tassi -Date: Tue, 26 Jan 2016 16:58:25 +0100 -Subject: Remove test 4366 (too picky on the timeout) - ---- - test-suite/bugs/closed/4366.v | 15 --------------- - 1 file changed, 15 deletions(-) - delete mode 100644 test-suite/bugs/closed/4366.v - -diff --git a/test-suite/bugs/closed/4366.v b/test-suite/bugs/closed/4366.v -deleted file mode 100644 -index 6a5e9a4..0000000 ---- a/test-suite/bugs/closed/4366.v -+++ /dev/null -@@ -1,15 +0,0 @@ --Fixpoint stupid (n : nat) : unit := --match n with --| 0 => tt --| S n => -- let () := stupid n in -- let () := stupid n in -- tt --end. -- --Goal True. --Proof. --pose (v := stupid 24). --Timeout 2 vm_compute in v. --exact I. --Qed. -- cgit v1.2.3