summaryrefslogtreecommitdiff
path: root/test cases/unit/105 debug function
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/105 debug function')
-rw-r--r--test cases/unit/105 debug function/meson.build4
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'})