summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/annotations/Test10255.hs
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2015-06-01 11:51:27 +0200
committerAlan Zimmerman <alan.zimm@gmail.com>2015-06-01 11:51:27 +0200
commite00910b0f83eaafd91dcb59cec0779b3ea9f0d30 (patch)
tree260d86eb0be9894b019b18ff84c7b69a2b6bb68a /testsuite/tests/ghc-api/annotations/Test10255.hs
parentf6ca6959e54ede0b28735ab7e011c16b3cb172db (diff)
downloadhaskell-e00910b0f83eaafd91dcb59cec0779b3ea9f0d30.tar.gz
ApiAnnotations : rationalise tests
Summary: At the moment the API Annotations tests have a driver that has been copy/pasted multiple times. Compile it once, and run it for each test case. Test Plan: ./validate Reviewers: hvr, austin Reviewed By: austin Subscribers: bgamari, thomie Differential Revision: https://phabricator.haskell.org/D913 GHC Trac Issues: #10452
Diffstat (limited to 'testsuite/tests/ghc-api/annotations/Test10255.hs')
-rw-r--r--testsuite/tests/ghc-api/annotations/Test10255.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-api/annotations/Test10255.hs b/testsuite/tests/ghc-api/annotations/Test10255.hs
index 386452d755..2cfc53bbfb 100644
--- a/testsuite/tests/ghc-api/annotations/Test10255.hs
+++ b/testsuite/tests/ghc-api/annotations/Test10255.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE PatternSignatures #-}
+{-# LANGUAGE ScopedTypeVariables #-}
module Test10255 where
import Data.Maybe