diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2025-04-14 22:14:50 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2025-04-14 23:36:31 +0300 |
| commit | cdf4b39e6f0a94ae14fc923bb54a04e846bcc2d7 (patch) | |
| tree | 90591169093573abf40db5895ebc5d7f428c3285 /test cases/unit/105 debug function | |
| parent | 028abfe87c5d3b4dfe8a29472119aa1581beb215 (diff) | |
| download | meson-cdf4b39e6f0a94ae14fc923bb54a04e846bcc2d7.tar.gz | |
Condense directory names for 1.8 rc1.
Diffstat (limited to 'test cases/unit/105 debug function')
| -rw-r--r-- | test cases/unit/105 debug function/meson.build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test cases/unit/105 debug function/meson.build b/test cases/unit/105 debug function/meson.build deleted file mode 100644 index c3f4c769f..000000000 --- a/test cases/unit/105 debug function/meson.build +++ /dev/null @@ -1,4 +0,0 @@ -project('debug function', 'c') - -debug('This is an example debug output, should only end up in debug log') -debug('Test logging other things', true, 1, ['Array'], {'Key' : 'Value'}) |
