summaryrefslogtreecommitdiff
path: root/test cases/unit/102 python without pkgconfig/meson.build
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-07-06 23:18:58 +0300
committerDylan Baker <dylan@pnwbakers.com>2022-07-07 10:04:51 -0700
commitbefd26985c87ccae93523d336057173b9530da2b (patch)
tree11d3b4eaaeeeddc5274a199bf37df1078accaeab /test cases/unit/102 python without pkgconfig/meson.build
parent11f76c2fc732dd4d827329d088d0e6587ef3ce12 (diff)
downloadmeson-befd26985c87ccae93523d336057173b9530da2b.tar.gz
Fix test case numbers.
Diffstat (limited to 'test cases/unit/102 python without pkgconfig/meson.build')
-rw-r--r--test cases/unit/102 python without pkgconfig/meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/test cases/unit/102 python without pkgconfig/meson.build b/test cases/unit/102 python without pkgconfig/meson.build
deleted file mode 100644
index b3a0c42fb..000000000
--- a/test cases/unit/102 python without pkgconfig/meson.build
+++ /dev/null
@@ -1,4 +0,0 @@
-project('python wihtout pkgconfig', 'c')
-
-# This unit test is ran with PKG_CONFIG=notfound
-import('python').find_installation().dependency()