summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T5886a.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/th/T5886a.hs')
-rw-r--r--testsuite/tests/th/T5886a.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/th/T5886a.hs b/testsuite/tests/th/T5886a.hs
index 5756fcc513..66992014f9 100644
--- a/testsuite/tests/th/T5886a.hs
+++ b/testsuite/tests/th/T5886a.hs
@@ -11,5 +11,5 @@ class C α where
type AT α ∷ Type
bang ∷ DecsQ
-bang = return [InstanceD Nothing [] (AppT (ConT ''C) (ConT ''Int))
- [TySynInstD ''AT (TySynEqn Nothing [ConT ''Int] (ConT ''Int))]]
+bang = return [InstanceD Nothing [] (AppT (ConT ''C) (ConT ''Int))
+ [TySynInstD (TySynEqn Nothing (AppT (ConT ''AT) (ConT ''Int)) (ConT ''Int))]]