diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2022-07-06 23:18:58 +0300 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2022-07-07 10:04:51 -0700 |
| commit | befd26985c87ccae93523d336057173b9530da2b (patch) | |
| tree | 11d3b4eaaeeeddc5274a199bf37df1078accaeab /test cases/unit/103 strip | |
| parent | 11f76c2fc732dd4d827329d088d0e6587ef3ce12 (diff) | |
| download | meson-befd26985c87ccae93523d336057173b9530da2b.tar.gz | |
Fix test case numbers.
Diffstat (limited to 'test cases/unit/103 strip')
| -rw-r--r-- | test cases/unit/103 strip/lib.c | 1 | ||||
| -rw-r--r-- | test cases/unit/103 strip/meson.build | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/test cases/unit/103 strip/lib.c b/test cases/unit/103 strip/lib.c deleted file mode 100644 index 3940fde7e..000000000 --- a/test cases/unit/103 strip/lib.c +++ /dev/null @@ -1 +0,0 @@ -void func(void){} diff --git a/test cases/unit/103 strip/meson.build b/test cases/unit/103 strip/meson.build deleted file mode 100644 index dff61ab43..000000000 --- a/test cases/unit/103 strip/meson.build +++ /dev/null @@ -1,3 +0,0 @@ -project('strip', 'c') - -shared_library('a', 'lib.c', install: true) |
