Skip to content

Commit 66bb8e6

Browse files
committed
Remove "destruct globals" broken tactic test
1 parent 8cbf423 commit 66bb8e6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/functional/Tactic.hs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ tests = testGroup
5858
[ (id, Destruct, "eab")
5959
, (id, Homomorphism, "eab")
6060
]
61-
, mkTest
62-
"Can destruct globals"
63-
"T2.hs" 8 8
64-
[ (id, Destruct, "global")
65-
]
6661
, mkTest
6762
"Won't suggest homomorphism on the wrong type"
6863
"T2.hs" 8 8

0 commit comments

Comments
 (0)