From b7245d3f273dd6ddadc1fe2c2d06dbe25c1b9b5f Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 22 Aug 2022 23:32:05 -0400 Subject: tests: remove compiler requirement in various unneeded cases Compiled languages are Meson's bread and butter, but hardly required. This is convenient, because many test caases specifically, do not care about testing the compiler interactions. In such cases, we can skip doing compiler lookups which aren't used, as they only slow down test setup. --- test cases/common/63 array arithmetic/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test cases/common/63 array arithmetic') diff --git a/test cases/common/63 array arithmetic/meson.build b/test cases/common/63 array arithmetic/meson.build index 8b8785afc..7d5f54f01 100644 --- a/test cases/common/63 array arithmetic/meson.build +++ b/test cases/common/63 array arithmetic/meson.build @@ -1,4 +1,4 @@ -project('array arithmetic', 'c') +project('array arithmetic') array1 = ['foo', 'bar'] array2 = ['qux', 'baz'] -- cgit v1.2.3