Skip to content

Commit 1fd9aba

Browse files
committed
rename aux to auxiliary, since aux is apparently reserved on windows
1 parent 5c1338a commit 1fd9aba

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ CTEST_COMMON_ARGS$(1)-T-$(2)-H-$(3) := \
253253
--compile-lib-path $$(HLIB$(1)_H_$(3)) \
254254
--run-lib-path $$(TLIB$(1)_T_$(2)_H_$(3)) \
255255
--rustc-path $$(HBIN$(1)_H_$(3))/rustc$$(X) \
256-
--aux-base $$(S)src/test/aux/ \
256+
--aux-base $$(S)src/test/auxiliary/ \
257257
--stage-id stage$(1)-$(2) \
258258
--rustcflags "$$(CFG_RUSTC_FLAGS) --target=$(2) --inline" \
259259
$$(CTEST_TESTARGS)
File renamed without changes.

0 commit comments

Comments
 (0)