diff options
Diffstat (limited to 'test cases/common/58 run target/meson.build')
-rw-r--r-- | test cases/common/58 run target/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/58 run target/meson.build b/test cases/common/58 run target/meson.build index 0ab41b3..5824c74 100644 --- a/test cases/common/58 run target/meson.build +++ b/test cases/common/58 run target/meson.build @@ -42,4 +42,4 @@ run_target('ct_in_arg', # execute. Obviously this will not work as hex is not an # executable but test that the output is generated correctly. run_target('donotrunme', - command : [hex]) + command : hex) |