diff --git a/test-suite/andreasenhugevolatilityinterpl.cpp b/test-suite/andreasenhugevolatilityinterpl.cpp index d05158d2cd9..394c809b422 100644 --- a/test-suite/andreasenhugevolatilityinterpl.cpp +++ b/test-suite/andreasenhugevolatilityinterpl.cpp @@ -150,8 +150,7 @@ CalibrationData AndreasenHugeExampleData() { return { spot, rTS, qTS, calibrationSet }; } -void testAndreasenHugeVolatilityInterpolation( - const CalibrationData& data, const CalibrationResults& expected) { +void testAndreasenHugeVolatilityInterpolation(const CalibrationData& data, const CalibrationResults& expected) { const Handle rTS = data.rTS; const Handle qTS = data.qTS; @@ -388,7 +387,7 @@ std::pair > sabrData() { } -BOOST_AUTO_TEST_CASE(testAndreasenHugePut, *precondition(if_speed(Fast))) { +BOOST_AUTO_TEST_CASE(testAndreasenHugePut) { BOOST_TEST_MESSAGE( "Testing Andreasen-Huge example with Put calibration...");