summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/annotations-literals/parsed.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-api/annotations-literals/parsed.hs')
-rw-r--r--testsuite/tests/ghc-api/annotations-literals/parsed.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-api/annotations-literals/parsed.hs b/testsuite/tests/ghc-api/annotations-literals/parsed.hs
index defa26569b..cba17fe4c3 100644
--- a/testsuite/tests/ghc-api/annotations-literals/parsed.hs
+++ b/testsuite/tests/ghc-api/annotations-literals/parsed.hs
@@ -5,7 +5,7 @@ module Main where
import BasicTypes
import Data.Data
-import Data.List
+import Data.List (intercalate)
import System.IO
import GHC
import DynFlags