Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : ghc-lwc

http://hackage.haskell.org/trac/ghc/changeset/43f74d62b08f61396b39fac5d75fc08ee3412cc7

>---------------------------------------------------------------

commit 43f74d62b08f61396b39fac5d75fc08ee3412cc7
Author: KC Sivaramakrishnan <[email protected]>
Date:   Sat May 26 19:12:17 2012 -0400

    Textual edits

>---------------------------------------------------------------

 libraries/base/tests/all.T |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index aaa476c..dadb5ef 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -48,10 +48,10 @@ test('hGetBuf003', normal, compile_and_run, [''])
 test('hPutBuf001', normal, compile_and_run, [''])
 test('hPutBuf002', extra_clean(['hPutBuf002.out']), compile_and_run, [''])
 
-test('char001',        normal, compile_and_run, [''])
-test('char002',        normal, compile_and_run, [''])
+test('char001',   normal, compile_and_run, [''])
+test('char002',   normal, compile_and_run, [''])
 
-test('cstring001',     normal, compile_and_run, [''])
+test('cstring001',   normal, compile_and_run, [''])
 
 test('length001',
      # This fails without -O, as it relies on a RULE being applied
@@ -59,28 +59,28 @@ test('length001',
      compile_and_run,
      [''])
 
-test('ratio001',       normal, compile_and_run, [''])
+test('ratio001',   normal, compile_and_run, [''])
 
-test('rand001',                reqlib('random'), compile_and_run, [''])
-test('reads001',               normal, compile_and_run, [''])
-test('show001',                normal, compile_and_run, [''])
-test('text001',                normal, compile_and_run, [''])
+test('rand001',    reqlib('random'), compile_and_run, [''])
+test('reads001',    normal, compile_and_run, [''])
+test('show001',    normal, compile_and_run, [''])
+test('text001',    normal, compile_and_run, [''])
 
-test('tup001',         normal, compile_and_run, [''])
+test('tup001',    normal, compile_and_run, [''])
 
-test('addr001',                normal, compile_and_run, [''])
+test('addr001',    normal, compile_and_run, [''])
 test('dynamic001',      normal, compile_and_run, [''])
 test('dynamic002',      normal, compile_and_run, [''])
 test('dynamic003',      extra_run_opts('+RTS -K32m -RTS'), compile_and_run, 
[''])
 test('dynamic004',      normal, compile_and_run, [''])
 test('dynamic005',      normal, compile_and_run, [''])
 test('enum01',          skip_if_fast, compile_and_run, ['-cpp'])
-test('enum02',                 skip_if_fast, compile_and_run, ['-cpp'])
-test('enum03',                 skip_if_fast, compile_and_run, ['-cpp'])
-test('enum04',                 normal, compile_and_run, [''])
-test('exceptionsrun001',       normal, compile_and_run, [''])
-test('exceptionsrun002',       normal, compile_and_run, [''])
-test('list001' ,       skip_if_fast, compile_and_run, [''])
+test('enum02',     skip_if_fast, compile_and_run, ['-cpp'])
+test('enum03',     skip_if_fast, compile_and_run, ['-cpp'])
+test('enum04',     normal, compile_and_run, [''])
+test('exceptionsrun001',   normal, compile_and_run, [''])
+test('exceptionsrun002',   normal, compile_and_run, [''])
+test('list001'  ,  skip_if_fast, compile_and_run, [''])
 test('list002', skip_if_fast, compile_and_run, [''])
 test('list003', skip_if_fast, compile_and_run, [''])
 
@@ -95,7 +95,7 @@ test('memo002',
      [skip_if_fast,
       extra_run_opts('20'),
       extra_clean(['Memo2.hi', 'Memo2.o'])],
-       multimod_compile_and_run, ['memo002',''])
+  multimod_compile_and_run, ['memo002',''])
 
 test('packedstring001', reqlib('packedstring'), compile_and_run, ['-package 
packedstring'])
 



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to