aboutsummaryrefslogtreecommitdiff
path: root/test cases/failing/111 empty fallback/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/failing/111 empty fallback/meson.build')
-rw-r--r--test cases/failing/111 empty fallback/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/failing/111 empty fallback/meson.build b/test cases/failing/111 empty fallback/meson.build
new file mode 100644
index 0000000..f4eb5fe
--- /dev/null
+++ b/test cases/failing/111 empty fallback/meson.build
@@ -0,0 +1,6 @@
+project('empty fallback')
+
+# There is a subproject named 'foo' that overrides that dependency,
+# but `fallback: []` should not allow to use it. Same behaviour than with
+# `allow_fallback: false`
+dependency('foo', fallback: [])