summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-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)