aboutsummaryrefslogtreecommitdiff
path: root/tests/trait_multiple_expand
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2026-05-01 18:29:56 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2026-05-01 18:29:56 +0300
commit05768f91b03a8428110d74dddb100a904dc47875 (patch)
tree2320d4009c377944a9752c12ff0d5d8d92593277 /tests/trait_multiple_expand
parent82fe03d91350bed04da25693d932c75c736a91bb (diff)
downloadek-master.tar.gz
ek-master.zip
use single quotes instead of doubleHEADmaster
+ 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
Diffstat (limited to 'tests/trait_multiple_expand')
-rw-r--r--tests/trait_multiple_expand/source.mk2
1 files changed, 1 insertions, 1 deletions
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'