From 05768f91b03a8428110d74dddb100a904dc47875 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 1 May 2026 18:29:56 +0300 Subject: use single quotes instead of double + Important, since otherwise Make might get in the way and start splitting our error strings into arguments to the generator scripts. Seems I missed this spot --- tests/trait_multiple_expand/source.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/trait_multiple_expand') diff --git a/tests/trait_multiple_expand/source.mk b/tests/trait_multiple_expand/source.mk index e6193c7..4ea3ca7 100644 --- a/tests/trait_multiple_expand/source.mk +++ b/tests/trait_multiple_expand/source.mk @@ -1 +1 @@ -SIMPLE_XFAIL += trait_multiple_expand,"reimplementation of trait" +SIMPLE_XFAIL += trait_multiple_expand,'reimplementation of trait' -- cgit v1.3