diff options
Diffstat (limited to 'test/ipc')
-rw-r--r-- | test/ipc/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ipc/meson.build b/test/ipc/meson.build index 650df1d6..9f413ff6 100644 --- a/test/ipc/meson.build +++ b/test/ipc/meson.build @@ -1,7 +1,7 @@ # SPDX-License-Identifier: CC0-1.0 ipc_tests = [ - [ 'unixsocket', 'unixsocket.cpp' ], + ['unixsocket', 'unixsocket.cpp'], ] foreach t : ipc_tests |