aboutsummaryrefslogtreecommitdiff
path: root/test cases/20 array/builder.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/20 array/builder.txt')
-rw-r--r--test cases/20 array/builder.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/20 array/builder.txt b/test cases/20 array/builder.txt
index f12ca5b..a3eac90 100644
--- a/test cases/20 array/builder.txt
+++ b/test cases/20 array/builder.txt
@@ -2,5 +2,5 @@ project('array test', 'c')
arr = ['func.c', 'prog.c']
-exe = executable('prog', arr)
+exe = executable('prog', sources : arr)
add_test('arr test', exe)