summaryrefslogtreecommitdiff
path: root/examples/tests.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2008-02-23 19:35:51 +0000
committerAlberto Ruiz <aruiz@um.es>2008-02-23 19:35:51 +0000
commit500f5fca244dadab494655aa73d7183df1c87c50 (patch)
treee02abfcf4db24a538646c6f0982c58dabb3adc63 /examples/tests.hs
parentda54e2f2c27f68c08f4db7551c57b2c1136dc778 (diff)
working on tests
Diffstat (limited to 'examples/tests.hs')
-rw-r--r--examples/tests.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tests.hs b/examples/tests.hs
index 6bc1922..b6c9a36 100644
--- a/examples/tests.hs
+++ b/examples/tests.hs
@@ -443,7 +443,7 @@ tests = do
443 putStrLn "--------- chol ------" 443 putStrLn "--------- chol ------"
444 runTestTT $ TestList 444 runTestTT $ TestList
445 [ test "cholR" cholRTest 445 [ test "cholR" cholRTest
446 , test "cholC" cholRTest 446 , test "cholC" cholCTest
447 ] 447 ]
448 putStrLn "--------- qr ---------" 448 putStrLn "--------- qr ---------"
449 quickCheck (qrTest GSL.qr) 449 quickCheck (qrTest GSL.qr)