aboutsummaryrefslogtreecommitdiff
path: root/test cases/failing/32 exe static shared/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/failing/32 exe static shared/meson.build')
-rw-r--r--test cases/failing/32 exe static shared/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/failing/32 exe static shared/meson.build b/test cases/failing/32 exe static shared/meson.build
index b102764..2ae5125 100644
--- a/test cases/failing/32 exe static shared/meson.build
+++ b/test cases/failing/32 exe static shared/meson.build
@@ -2,7 +2,7 @@ project('statchain', 'c')
host_system = host_machine.system()
if host_system == 'windows' or host_system == 'darwin'
- error('Test only fails on Linux and BSD')
+ error('MESON_SKIP_TEST test only fails on Linux and BSD')
endif
statlib = static_library('stat', 'stat.c', pic : false)