X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=tests%2Fall.T;h=4906495c7d08b9fe24ce7757f9e0251aed0e75b4;hb=be2750a0a11b919fb03cc070074e430f88bdfa90;hp=b76a634aed90d4f371fbbb6449f897af3debb640;hpb=d60e3771dee3e21e4da1e683279559eda23ff754;p=ghc-base.git diff --git a/tests/all.T b/tests/all.T index b76a634..4906495 100644 --- a/tests/all.T +++ b/tests/all.T @@ -1,5 +1,4 @@ -# This is a test script for use with GHC's testsuite framework, see -# http://darcs.haskell.org/testsuite - -test('datamap001', normal, compile_and_run, ['']) +test('readFloat', exit_code(1), compile_and_run, ['']) +test('enumDouble', normal, compile_and_run, ['']) +test('enumRatio', normal, compile_and_run, [''])