diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-12-15 10:14:23 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-12-15 10:22:19 (GMT) |
commit | 2410b912fe371fb41ac745bece20a447296ff51b (patch) | |
tree | 0bf846936abc4bc3beb4a8090520f430507cbf97 /Tests/Module/GenerateExportHeader/visibility_preset/main.cpp | |
parent | 4017db13aa54527e979f80f059b9aab1b344734e (diff) | |
download | CMake-2410b912fe371fb41ac745bece20a447296ff51b.zip CMake-2410b912fe371fb41ac745bece20a447296ff51b.tar.gz CMake-2410b912fe371fb41ac745bece20a447296ff51b.tar.bz2 |
Merge some GenerateExportHeader subtests.
Diffstat (limited to 'Tests/Module/GenerateExportHeader/visibility_preset/main.cpp')
-rw-r--r-- | Tests/Module/GenerateExportHeader/visibility_preset/main.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Tests/Module/GenerateExportHeader/visibility_preset/main.cpp b/Tests/Module/GenerateExportHeader/visibility_preset/main.cpp deleted file mode 100644 index 89c3977..0000000 --- a/Tests/Module/GenerateExportHeader/visibility_preset/main.cpp +++ /dev/null @@ -1,9 +0,0 @@ - -#include "visibility_preset.h" - -int main() -{ - VisibilityPreset vp; - vp.someMethod(); - return 0; -} |