summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
authorsimonpj <simonpj@microsoft.com>2010-03-17 13:34:05 +0000
committersimonpj <simonpj@microsoft.com>2010-03-17 13:34:05 +0000
commit4994bdffd6c6501551372a17102eb4344f43d69d (patch)
tree1ab082848e1016f095d6f89b73ecc9fe0c8da2a4 /testsuite/tests
parent21271c6ca1604b96c2818e81f196d8904363f47b (diff)
downloadhaskell-4994bdffd6c6501551372a17102eb4344f43d69d.tar.gz
Accept change in inline pragma format
Diffstat (limited to 'testsuite/tests')
-rw-r--r--testsuite/tests/ghc-regress/simplCore/should_compile/spec-inline.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghc-regress/simplCore/should_compile/spec-inline.stderr b/testsuite/tests/ghc-regress/simplCore/should_compile/spec-inline.stderr
index 78d9483ea0..16b753dc2b 100644
--- a/testsuite/tests/ghc-regress/simplCore/should_compile/spec-inline.stderr
+++ b/testsuite/tests/ghc-regress/simplCore/should_compile/spec-inline.stderr
@@ -181,12 +181,12 @@ Roman.foo =
------ Local rules for imported ids --------
-"SC:$wgo0" ALWAYS
+"SC:$wgo0" [ALWAYS]
forall {sc :: GHC.Prim.Int# sc1 :: GHC.Prim.Int#}
Roman.$wgo (Data.Maybe.Just @ GHC.Types.Int (GHC.Types.I# sc))
(Data.Maybe.Just @ GHC.Types.Int (GHC.Types.I# sc1))
= Roman.foo_$s$wgo1 sc sc1
-"SC:$wgo1" ALWAYS
+"SC:$wgo1" [ALWAYS]
forall {sc :: GHC.Prim.Int# sc1 :: GHC.Types.Int}
Roman.$wgo (Data.Maybe.Just @ GHC.Types.Int (GHC.Types.I# sc))
(Data.Maybe.Just @ GHC.Types.Int sc1)