diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2017-12-08 19:22:27 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-12-13 12:50:18 (GMT) |
commit | 6ce6fd426ee7649a40c2f253dbc5f814650f0992 (patch) | |
tree | cac6840f845f60df35ed21f7bb8c739006cb01a1 /Tests/QtAutogen/staticLibraryCycle/c.cpp | |
parent | 45b6776ab301f4b5ec51e27863ffe061b1a0d60a (diff) | |
download | CMake-6ce6fd426ee7649a40c2f253dbc5f814650f0992.zip CMake-6ce6fd426ee7649a40c2f253dbc5f814650f0992.tar.gz CMake-6ce6fd426ee7649a40c2f253dbc5f814650f0992.tar.bz2 |
Autogen: Tests: Separate StaticLibraryCycle test
Diffstat (limited to 'Tests/QtAutogen/staticLibraryCycle/c.cpp')
-rw-r--r-- | Tests/QtAutogen/staticLibraryCycle/c.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Tests/QtAutogen/staticLibraryCycle/c.cpp b/Tests/QtAutogen/staticLibraryCycle/c.cpp deleted file mode 100644 index 7d427c2..0000000 --- a/Tests/QtAutogen/staticLibraryCycle/c.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include "c.h" -#include "a.h" - -C::C() -{ - A a; -} |