Skip to content

Commit 490a79b

Browse files
committed
---
yaml --- r: 1313 b: refs/heads/master c: 65f0f8e h: refs/heads/master i: 1311: b8502fb v: v3
1 parent 7e73864 commit 490a79b

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: 6b7cab3602eae7893a4efcee760600ab69d75173
2+
refs/heads/master: 65f0f8e64d9dd5310a6f4692fb6e223df5861689

trunk/src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ ifeq ($(CFG_OSTYPE), Linux)
4646
CFG_VALGRIND := $(shell which valgrind)
4747
ifdef CFG_VALGRIND
4848
CFG_VALGRIND += --leak-check=full \
49+
--error-exitcode=1 \
4950
--quiet --vex-iropt-level=0 \
5051
--suppressions=etc/x86.supp
5152
endif
@@ -445,7 +446,6 @@ TEST_XFAILS_RUSTC := $(filter-out \
445446
deref.rs \
446447
div-mod.rs \
447448
drop-bind-thunk-args.rs \
448-
drop-on-empty-block-exit.rs \
449449
drop-on-ret.rs \
450450
fact.rs \
451451
fn-lval.rs \

0 commit comments

Comments
 (0)