mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fix test names
This commit is contained in:
@@ -158,7 +158,7 @@ void test3(const pt::ptree& prm)
|
||||
}
|
||||
|
||||
|
||||
BOOST_AUTO_TEST_CASE(TestDefaultPreconditionerFactory)
|
||||
BOOST_AUTO_TEST_CASE(TestCusparseSolver)
|
||||
{
|
||||
pt::ptree prm;
|
||||
|
||||
|
@@ -189,7 +189,7 @@ void test3(const pt::ptree& prm)
|
||||
}
|
||||
|
||||
|
||||
BOOST_AUTO_TEST_CASE(TestDefaultPreconditionerFactory)
|
||||
BOOST_AUTO_TEST_CASE(TestOpenclSolver)
|
||||
{
|
||||
pt::ptree prm;
|
||||
|
||||
|
Reference in New Issue
Block a user