Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
312c034b
Commit
312c034b
authored
Aug 23, 2008
by
Ian Lynagh
Browse files
Fix tests following the st split-off frmo base
parent
56fe3322
Changes
5
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/th/Makefile
View file @
312c034b
...
...
@@ -5,7 +5,7 @@ include $(TOP)/mk/test.mk
# Trac 2386 requires batch-compile not --make
# Very important: without -O
T2386
:
$(TEST_HC)
-c
T2386_Lib.hs
-fforce-recomp
$(TEST_HC)
-c
T2386.hs
-fforce-recomp
$(TEST_HC)
-v0
-c
T2386_Lib.hs
-fforce-recomp
$(TEST_HC)
-v0
-c
T2386.hs
-fforce-recomp
\ No newline at end of file
testsuite/tests/ghc-regress/th/T2386.stdout
deleted
100644 → 0
View file @
56fe3322
Loading package ghc-prim ... linking ... done.
Loading package integer ... linking ... done.
Loading package base ... linking ... done.
Loading package array-0.1 ... linking ... done.
Loading package containers-0.1 ... linking ... done.
Loading package packedstring-0.1 ... linking ... done.
Loading package pretty-1.0 ... linking ... done.
Loading package template-haskell ... linking ... done.
testsuite/tests/ghc-regress/th/TH_reifyMkName.stderr
View file @
312c034b
TH_reifyMkName.hs:9:2: TyConI (TySynD Foo.C [] (ConT GHC.Types.Int))
Loading package ghc-prim ... linking ... done.
Loading package integer ... linking ... done.
Loading package base ... linking ... done.
Loading package array-0.1 ... linking ... done.
Loading package containers-0.1 ... linking ... done.
Loading package packedstring-0.1 ... linking ... done.
Loading package pretty-1.0 ... linking ... done.
Loading package template-haskell ... linking ... done.
testsuite/tests/ghc-regress/th/all.T
View file @
312c034b
...
...
@@ -50,7 +50,7 @@ test('TH_reifyDecl2', normal, compile, ['-v0'])
test
('
TH_reifyType1
',
normal
,
compile
,
[''])
test
('
TH_reifyType2
',
normal
,
compile
,
[''])
test
('
TH_reifyMkName
',
normal
,
compile
,
[''])
test
('
TH_reifyMkName
',
normal
,
compile
,
['
-v0
'])
test
('
TH_spliceDecl1
',
normal
,
compile
,
['
-v0
'])
test
('
TH_spliceDecl2
',
normal
,
compile
,
['
-v0
'])
...
...
testsuite/tests/ghc-regress/typecheck/should_compile/tc231.hs
View file @
312c034b
...
...
@@ -12,7 +12,7 @@
module
ShouldCompile
where
import
Control.Monad
.ST
import
GHC
.ST
data
Q
s
a
chain
=
Node
s
a
chain
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment