diff options
Diffstat (limited to 'testsuite/tests/ghc-api')
-rw-r--r-- | testsuite/tests/ghc-api/annotations/T10268.stderr | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/testsuite/tests/ghc-api/annotations/T10268.stderr b/testsuite/tests/ghc-api/annotations/T10268.stderr index cc879572a6..28ef021be0 100644 --- a/testsuite/tests/ghc-api/annotations/T10268.stderr +++ b/testsuite/tests/ghc-api/annotations/T10268.stderr @@ -1,8 +1,9 @@ -
-Test10268.hs:5:6: error: Variable not in scope: footemplate :: ExpQ
-
-Test10268.hs:7:14: error:
- Not in scope: type constructor or class ‘Pattern’
-
-Test10268.hs:10:10: error:
- Not in scope: type constructor or class ‘Pattern’
+ +Test10268.hs:5:6: error: + Variable not in scope: footemplate :: Language.Haskell.TH.Lib.ExpQ + +Test10268.hs:7:14: error: + Not in scope: type constructor or class ‘Pattern’ + +Test10268.hs:10:10: error: + Not in scope: type constructor or class ‘Pattern’ |