diff options
Diffstat (limited to 'test/intrusive-ptr.cpp')
-rw-r--r-- | test/intrusive-ptr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/intrusive-ptr.cpp b/test/intrusive-ptr.cpp index aa221026..e019ee00 100644 --- a/test/intrusive-ptr.cpp +++ b/test/intrusive-ptr.cpp @@ -157,7 +157,7 @@ constexpr bool test_cexpr() // todo } // namespace -void test_app::test_iptr() +void Test::test_iptr() { static_assert(test_cexpr()); test_copy(); |