diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2019-03-10 16:37:51 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-03-10 18:39:03 +0200 |
| commit | 7589471978301606e698626b13ef9b62638c4ea7 (patch) | |
| tree | bf1ea2d99b59a575081c35d20a52ec1a5f609c97 /test cases/unit/52 introspection/sharedlib/shared.cpp | |
| parent | c34f044814ff87e89dd1cc632259006c5aed8f9d (diff) | |
| download | meson-7589471978301606e698626b13ef9b62638c4ea7.tar.gz | |
Condense directory numbering for release.
Diffstat (limited to 'test cases/unit/52 introspection/sharedlib/shared.cpp')
| -rw-r--r-- | test cases/unit/52 introspection/sharedlib/shared.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test cases/unit/52 introspection/sharedlib/shared.cpp b/test cases/unit/52 introspection/sharedlib/shared.cpp deleted file mode 100644 index 5030ab75e..000000000 --- a/test cases/unit/52 introspection/sharedlib/shared.cpp +++ /dev/null @@ -1,9 +0,0 @@ -#include "shared.hpp" - -void SharedClass::doStuff() { - number++; -} - -int SharedClass::getNumber() const { - return number; -} |
