diff options
author | Ian Lynagh <igloo@earth.li> | 2010-03-18 12:31:44 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-03-18 12:31:44 +0000 |
commit | 3b1aa306774e2f21bbeb637331f0f6cddf5ceb7f (patch) | |
tree | 87d7fa3138ee761b8825b5ba423f7af07228bdfe /testsuite/tests/ghc-regress/module | |
parent | 4994bdffd6c6501551372a17102eb4344f43d69d (diff) | |
download | haskell-3b1aa306774e2f21bbeb637331f0f6cddf5ceb7f.tar.gz |
The T2267 test needs utf8-string
Diffstat (limited to 'testsuite/tests/ghc-regress/module')
-rw-r--r-- | testsuite/tests/ghc-regress/module/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/module/all.T b/testsuite/tests/ghc-regress/module/all.T index 2157b08486..0a50b8c593 100644 --- a/testsuite/tests/ghc-regress/module/all.T +++ b/testsuite/tests/ghc-regress/module/all.T @@ -329,7 +329,7 @@ test('mod180', extra_clean(['Mod180_A.hi', 'Mod180_A.o', 'Mod180_B.hi', 'Mod180_ test('T1148', normal, compile, ['']) test('T1074', reqlib('mtl'), compile, ['']) test('T1074a', normal, compile, ['']) -test('T2267', normal, compile, ['']) +test('T2267', reqlib('utf8-string'), compile, ['']) test('T414', normal, compile_fail, ['']) test('T414a', normal, compile, ['']) test('T414b', normal, compile, ['']) |