From 87a2f01b01e18757ea1be4925224388b86c8bb87 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 23 Nov 2012 17:00:08 +0000 Subject: [PATCH] Comment out missing test in odeint. [SVN r81496] --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index b131ef32..a118db00 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -55,6 +55,6 @@ test-suite "odeint" [ run resize.cpp ] [ run same_size.cpp ] [ run symplectic_steppers.cpp ] - [ run custom_controller.cpp ] + # [ run custom_controller.cpp ] : valgrind ;