diff options
-rw-r--r-- | test cases/failing/19 target clash/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/failing/19 target clash/meson.build b/test cases/failing/19 target clash/meson.build index fbc757c..ca09fb5 100644 --- a/test cases/failing/19 target clash/meson.build +++ b/test cases/failing/19 target clash/meson.build @@ -12,4 +12,4 @@ if host_machine.system() == 'windows' or host_machine.system() == 'cygwin' endif executable('clash', 'clash.c') -run_target('clash', 'echo', 'clash 1') +run_target('clash', command: ['echo', 'clash 1']) |