Skip to content
Snippets Groups Projects
Commit b2970a7f authored by Duc Le's avatar Duc Le Committed by Matthew Andrew
Browse files

Re #22142 - clang-format

(cherry picked from commit de58faaa)
parent c0fcbc59
No related branches found
No related tags found
No related merge requests found
...@@ -412,7 +412,8 @@ public: ...@@ -412,7 +412,8 @@ public:
"FWHMX1=(0,1),FWHMY2=(5,6),Temperatures=(44,50),B20=0.37737"; "FWHMX1=(0,1),FWHMY2=(5,6),Temperatures=(44,50),B20=0.37737";
auto alg = AlgorithmFactory::Instance().create("EvaluateFunction", -1); auto alg = AlgorithmFactory::Instance().create("EvaluateFunction", -1);
alg->initialize(); alg->initialize();
TS_ASSERT_THROWS(alg->setPropertyValue("Function", fun), std::invalid_argument); TS_ASSERT_THROWS(alg->setPropertyValue("Function", fun),
std::invalid_argument);
} }
void test_underdefinded() { void test_underdefinded() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment