Skip to content
Snippets Groups Projects
Commit 553747d4 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[common.exceptions] marked test_results_missing as deprecated

parent 62525918
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,9 @@ class you_have_to_implement_this : public Dune::NotImplemented
{
};
class test_results_missing : public Dune::NotImplemented
class DUNE_DEPRECATED_MSG(
"Use something like 'EXPECT_TRUE(false) << \"test results missing for type: \" << type;' (08.09.2014)!")
test_results_missing : public Dune::NotImplemented
{
};
......
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