Skip to content

Commit

Permalink
Make the dep-info-no-analysis regex more robust on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
SiegeLordEx authored and SiegeLord committed May 10, 2016
1 parent 64cca3a commit a75fc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-make/dep-info-no-analysis/Makefile
Expand Up @@ -2,5 +2,5 @@

all:
$(RUSTC) -o $(TMPDIR)/input.dd -Z no-analysis --emit dep-info input.rs
sed -i "s@$(TMPDIR)/@@g" $(TMPDIR)/input.dd
sed -i "s/^.*input.dd/input.dd/g" $(TMPDIR)/input.dd
diff -u $(TMPDIR)/input.dd input.dd

0 comments on commit a75fc0d

Please sign in to comment.