Skip to content
Snippets Groups Projects
Commit 5c107da2 authored by Hahn, Steven's avatar Hahn, Steven
Browse files

Refs #11400. fix warning in tests. [ci skip]

parent 3e626a05
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ public: ...@@ -94,7 +94,7 @@ public:
TSM_ASSERT_THROWS("No successor, so should throw!", parser.createParameter(pRootElem), std::runtime_error); TSM_ASSERT_THROWS("No successor, so should throw!", parser.createParameter(pRootElem), std::runtime_error);
} }
DECLARE_VECTOR_PARAMETER(SucessorVectorParameter, double); DECLARE_VECTOR_PARAMETER(SucessorVectorParameter, double)
void testChainOfResponsibility() void testChainOfResponsibility()
{ {
......
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