Skip to content

Commit 987655a

Browse files
Fix run-make/inrcemental-debugger-visualizer test for macOS.
1 parent 927e1ef commit 987655a

File tree

1 file changed

+1
-3
lines changed
  • tests/run-make/incremental-debugger-visualizer

1 file changed

+1
-3
lines changed

tests/run-make/incremental-debugger-visualizer/Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ include ../tools.mk
77
# directory as readonly. We need to apply modifications to some of the source
88
# file.
99
SRC_DIR := $(TMPDIR)/src
10-
1110
INCR_CACHE_DIR := $(TMPDIR)/incremental
1211

13-
1412
all:
1513
rm -rf $(TMPDIR)/*
1614
mkdir $(SRC_DIR)
17-
cp -t $(SRC_DIR) ./foo.rs
15+
cp ./foo.rs $(SRC_DIR)
1816
echo "GDB script v1" > $(SRC_DIR)/foo.py
1917
echo "Natvis v1" > $(SRC_DIR)/foo.natvis
2018
$(RUSTC) $(SRC_DIR)/foo.rs \

0 commit comments

Comments
 (0)