Skip to content

Commit 9ce1a8b

Browse files
committed
---
yaml --- r: 1178 b: refs/heads/master c: d4c7cd5 h: refs/heads/master v: v3
1 parent c62b6cf commit 9ce1a8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 46d78d1e878b7eae606f319b1e6bd6f7bd8cc18e
2+
refs/heads/master: d4c7cd5f8d350f7c24fc18ffef4a41595a774acc

trunk/src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ test/compile-fail/%.boot.out.tmp: test/compile-fail/%.rs $(BREQ)
651651
$(CFG_QUIET)grep --text --quiet \
652652
"`awk -F: '/error-pattern/ { print $$2 }' $< | tr -d '\n\r'`" $@
653653

654-
test/compile-fail/%.rustc.out.tmp: test/compile-fail/%.rs $(BREQ)
654+
test/compile-fail/%.rustc.out.tmp: test/compile-fail/%.rs $(SREQ)
655655
@$(call CFG_ECHO, compile [rustc]: $<)
656656
$(CFG_QUIET)rm -f $@
657657
$(RUSTC) -o $(@:.out=$(CFG_EXE_SUFFIX)) $< >$@ 2>&1 || true

0 commit comments

Comments
 (0)