commit 42b75284399828b789615b8c88d285f738d8aa70
parent 8b7c7e05253231f5025606b1af719655d4ee9f3a
Author: Drew DeVault <sir@cmpwn.com>
Date: Mon, 25 Oct 2021 13:40:52 +0200
types: rename util+test.ha => +test.ha
Otherwise it shadows util.ha when +test is enabled.
Signed-off-by: Drew DeVault <sir@cmpwn.com>
Diffstat:
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/gen-stdlib b/scripts/gen-stdlib
@@ -948,7 +948,7 @@ types() {
gensrcs_types
else
gensrcs_types \
- util+test.ha
+ +test.ha
fi
gen_ssa types
}
diff --git a/stdlib.mk b/stdlib.mk
@@ -3158,7 +3158,7 @@ testlib_types_any_srcs= \
$(STDLIB)/types/reflect.ha \
$(STDLIB)/types/util.ha \
$(STDLIB)/types/arch+$(ARCH).ha \
- $(STDLIB)/types/util+test.ha
+ $(STDLIB)/types/+test.ha
$(TESTCACHE)/types/types-any.ssa: $(testlib_types_any_srcs) $(testlib_rt)
@printf 'HAREC \t$@\n'
diff --git a/types/util+test.ha b/types/+test.ha