diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/GhcSession.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/GhcSession.hs b/tests/GhcSession.hs index 46ccab9..2fda204 100644 --- a/tests/GhcSession.hs +++ b/tests/GhcSession.hs @@ -159,8 +159,6 @@ testLocPath (TN test_name) = (projdir, ".", cabal_file) testLocPath (TF topdir projdir cabal_file) = (topdir, projdir, cabal_file) -data Ex a = forall x. Ex (a x) - -- | Check version bounds of tests against available versions, if successful run -- the test. checkAndRunTestConfig |