summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/TH_foreignInterruptible.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/th/TH_foreignInterruptible.stderr')
-rw-r--r--testsuite/tests/th/TH_foreignInterruptible.stderr7
1 files changed, 2 insertions, 5 deletions
diff --git a/testsuite/tests/th/TH_foreignInterruptible.stderr b/testsuite/tests/th/TH_foreignInterruptible.stderr
index 4afc38aab1..28440eb8f0 100644
--- a/testsuite/tests/th/TH_foreignInterruptible.stderr
+++ b/testsuite/tests/th/TH_foreignInterruptible.stderr
@@ -1,11 +1,8 @@
-TH_foreignInterruptible.hs:8:3-100: Splicing declarations
+TH_foreignInterruptible.hs:8:2-101: Splicing declarations
return
[ForeignD
(ImportF
- CCall
- Interruptible
- "&"
- (mkName "foo")
+ CCall Interruptible "&" (mkName "foo")
(AppT (ConT ''Ptr) (ConT ''())))]
======>
foreign import ccall interruptible "&" foo :: Ptr ()