mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
Add some more unit tests.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
#include "someclass.h"
|
||||
|
||||
#ifndef NODEPRECATEDLIB_NO_DEPRECATED
|
||||
void SomeClass::someMethod() const
|
||||
{
|
||||
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user