From d14f2844a254d4fbdfe28082bbfc97225e78e023 Mon Sep 17 00:00:00 2001 From: nasos Date: Mon, 3 Jun 2013 09:53:47 -0400 Subject: [PATCH] Removed test_triangular.cpp because of its reference to timer. Remember to add it back --- test/Jamfile.v2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index a5275af3..cc86d6ee 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -173,11 +173,11 @@ test-suite numeric/uBLAS : : : BOOST_UBLAS_COO_ALWAYS_DO_FULL_SORT : : ] - [ run test_triangular.cpp - : - : - : /boost/timer//boost_timer - ] +# [ run test_triangular.cpp +# : +# : +# : /boost/timer//boost_timer +# ] [ run test_ticket7296.cpp ] [ run test_inplace_solve.cpp