Skip to content

Commit 7dcbb7c

Browse files
committed
Fix building the DMD testsuite on a hardened OS
1 parent ae9b078 commit 7dcbb7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,6 @@ start_fail_compilation_tests: $(RESULTS_DIR)/.created $(RESULTS_DIR)/d_do_test$(
207207
$(RESULTS_DIR)/d_do_test$(EXE): d_do_test.d $(RESULTS_DIR)/.created
208208
@echo "Building d_do_test tool"
209209
@echo "OS: $(OS)"
210-
$(QUIET)$(DMD) -conf= $(MODEL_FLAG) -unittest -run d_do_test.d -unittest
211-
$(QUIET)$(DMD) -conf= $(MODEL_FLAG) -od$(RESULTS_DIR) -of$(RESULTS_DIR)$(DSEP)d_do_test$(EXE) d_do_test.d
210+
$(QUIET)$(DMD) $(MODEL_FLAG) -unittest -run d_do_test.d -unittest
211+
$(QUIET)$(DMD) $(MODEL_FLAG) -od$(RESULTS_DIR) -of$(RESULTS_DIR)$(DSEP)d_do_test$(EXE) d_do_test.d
212212

0 commit comments

Comments
 (0)