summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/all.T
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-08-26 01:39:26 +0000
committerIan Lynagh <igloo@earth.li>2007-08-26 01:39:26 +0000
commite0f0e415615e33397f645903c6a09752e0c7f7b3 (patch)
treefc764bc5949c94a3d07f06da82ad9a1a2a4738c2 /testsuite/tests/ghc-regress/module/all.T
parent562d2bba440135773250bce7572d1b7caf829bf5 (diff)
downloadhaskell-e0f0e415615e33397f645903c6a09752e0c7f7b3.tar.gz
Update tests now that #1384 is fixed
#1384 = Exporting a module that isn't imported doesn't fail
Diffstat (limited to 'testsuite/tests/ghc-regress/module/all.T')
-rw-r--r--testsuite/tests/ghc-regress/module/all.T4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghc-regress/module/all.T b/testsuite/tests/ghc-regress/module/all.T
index a04a3b4410..99c0c23dcb 100644
--- a/testsuite/tests/ghc-regress/module/all.T
+++ b/testsuite/tests/ghc-regress/module/all.T
@@ -26,7 +26,7 @@ test('mod4', normal, compile_fail, [''])
test('mod5', normal, compile, [''])
test('mod6', normal, compile, [''])
test('mod7', normal, compile_fail, [''])
-test('mod8', normal, compile, [''])
+test('mod8', normal, compile_fail, [''])
test('mod9', normal, compile_fail, [''])
test('mod10', normal, compile_fail, [''])
test('mod11', normal, compile, [''])
@@ -171,7 +171,7 @@ test('mod132', normal, multimod_compile_fail, ['mod132', '-v0'])
clean(['Mod132_A.hi', 'Mod132_A.o', 'Mod132_B.hi', 'Mod132_B.o'])
test('mod133', reqlib('mtl'), compile, [''])
test('mod134', normal, compile_fail, [''])
-test('mod135', normal, compile, [''])
+test('mod135', normal, compile_fail, [''])
test('mod136', normal, multimod_compile_fail, ['mod136', '-v0'])
clean(['Mod136_A.hi', 'Mod136_A.o'])
test('mod137', normal, multimod_compile, ['mod137', '-v0'])