diff options
author | Pavel Kryukov <kryukov@frtk.ru> | 2016-10-13 01:36:12 +0300 |
---|---|---|
committer | Pavel Kryukov <kryukov@frtk.ru> | 2016-10-13 01:36:12 +0300 |
commit | c7c7349cb7935d8cfcdd241e6d401a89567e89eb (patch) | |
tree | 719df181c4ac29cff053d6dd7385357961a3962b /tests/test.hpp | |
parent | 3b5810315734c815ff4c6385ebe8cf2d00bbb573 (diff) |
Add PUGIXML_OVERRIDE to headers of tests
Diffstat (limited to 'tests/test.hpp')
-rw-r--r-- | tests/test.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.hpp b/tests/test.hpp index e700826..f88c909 100644 --- a/tests/test.hpp +++ b/tests/test.hpp @@ -78,7 +78,7 @@ struct dummy_fixture {}; { \ test_runner_##name(): test_runner(#name) {} \ \ - virtual void run() \ + virtual void run() PUGIXML_OVERRIDE \ { \ test_runner_helper_##name helper; \ helper.run(); \ |