diff options
| author | bors <bors@rust-lang.org> | 2013-04-19 14:18:48 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-04-19 14:18:48 -0700 |
| commit | bffe23b0cfee2e6957a81a98f8c8a885522e3444 (patch) | |
| tree | 36a178f1e9210c640008e2e0881dbbb0a915086f | |
| parent | 7d250d31818be792b56f867b93b5e98817ea6462 (diff) | |
| parent | 69eb218ffccfba72258b091bb18f4cadf83343b9 (diff) | |
| download | rust-bffe23b0cfee2e6957a81a98f8c8a885522e3444.tar.gz rust-bffe23b0cfee2e6957a81a98f8c8a885522e3444.zip | |
auto merge of #5961 : brson/rust/valgrind, r=brson
I can't reproduce the one on the bots, but this might fix it
| -rw-r--r-- | src/etc/x86.supp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/x86.supp b/src/etc/x86.supp index 028bde2e73f..1253b5ffc06 100644 --- a/src/etc/x86.supp +++ b/src/etc/x86.supp @@ -583,7 +583,7 @@ { llvm-optimization-reads-uninitialized-memory-3 Memcheck:Cond - fun:_ZN4test9run_tests4anon13expr_fn_* + fun:_ZN4test9run_tests* ... } |
