summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/lib
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2008-11-14 10:13:03 +0000
committerSimon Marlow <marlowsd@gmail.com>2008-11-14 10:13:03 +0000
commit3fff1f0f9914e9e83a80e5b9581157b2d4b13d45 (patch)
treee6a69aa43a944804e4dce772faa82ffcf61c5815 /testsuite/tests/ghc-regress/lib
parent8ec61cd6d6195d019e25130fd4cb4aa9c72757ee (diff)
downloadhaskell-3fff1f0f9914e9e83a80e5b9581157b2d4b13d45.tar.gz
-package syb is required when linking now that array doesn't depend on syb
Diffstat (limited to 'testsuite/tests/ghc-regress/lib')
-rw-r--r--testsuite/tests/ghc-regress/lib/Generics/all.T42
1 files changed, 21 insertions, 21 deletions
diff --git a/testsuite/tests/ghc-regress/lib/Generics/all.T b/testsuite/tests/ghc-regress/lib/Generics/all.T
index a4452efbfb..85f752d8e2 100644
--- a/testsuite/tests/ghc-regress/lib/Generics/all.T
+++ b/testsuite/tests/ghc-regress/lib/Generics/all.T
@@ -1,24 +1,24 @@
setTestOpts(only_compiler_types(['ghc']))
-test('newtype', normal, compile_and_run, [''])
-test('datatype', normal, compile_and_run, ['-package containers'])
+test('newtype', normal, compile_and_run, ['-package syb'])
+test('datatype', normal, compile_and_run, ['-package containers -package syb'])
test('encode', omit_ways(['optc','optasm']), compile, [''])
-test('ext', normal, compile, [''])
-test('getC', normal, compile_and_run, [''])
-test('where', normal, compile_and_run, [''])
-test('gmapQ-assoc', normal, compile_and_run, [''])
-test('nested-datatypes', normal, compile_and_run, [''])
-test('local-quantors', normal, compile, [''])
-test('labels', normal, compile_and_run, [''])
-test('twin', normal, compile_and_run, [''])
-test('gread', normal, compile_and_run, [''])
-test('gread2', normal, compile_and_run, [''])
-test('gshow2', normal, compile_and_run, [''])
-test('hlist', normal, compile_and_run, [''])
-test('hopat', normal, compile_and_run, [''])
-test('foldTree', normal, compile_and_run, [''])
-test('newtype', normal, compile_and_run, [''])
-test('perm', skip_if_fast, compile_and_run, [''])
-test('typecase1', normal, compile_and_run, [''])
-test('typecase2', normal, compile_and_run, [''])
-test('typeableY', normal, compile_and_run, [''])
+test('ext', normal, compile, ['-package syb'])
+test('getC', normal, compile_and_run, ['-package syb'])
+test('where', normal, compile_and_run, ['-package syb'])
+test('gmapQ-assoc', normal, compile_and_run, ['-package syb'])
+test('nested-datatypes', normal, compile_and_run, ['-package syb'])
+test('local-quantors', normal, compile, ['-package syb'])
+test('labels', normal, compile_and_run, ['-package syb'])
+test('twin', normal, compile_and_run, ['-package syb'])
+test('gread', normal, compile_and_run, ['-package syb'])
+test('gread2', normal, compile_and_run, ['-package syb'])
+test('gshow2', normal, compile_and_run, ['-package syb'])
+test('hlist', normal, compile_and_run, ['-package syb'])
+test('hopat', normal, compile_and_run, ['-package syb'])
+test('foldTree', normal, compile_and_run, ['-package syb'])
+test('newtype', normal, compile_and_run, ['-package syb'])
+test('perm', skip_if_fast, compile_and_run, ['-package syb'])
+test('typecase1', normal, compile_and_run, ['-package syb'])
+test('typecase2', normal, compile_and_run, ['-package syb'])
+test('typeableY', normal, compile_and_run, ['-package syb'])