mirror of
https://abf.rosa.ru/djam/rust.git
synced 2025-02-24 02:12:53 +00:00
24 lines
826 B
Diff
24 lines
826 B
Diff
From 26e9a81c487f63c734bb7ac1739cdae2da2cb9b1 Mon Sep 17 00:00:00 2001
|
|
From: Mazdak Farrokhzad <twingoow@gmail.com>
|
|
Date: Mon, 15 Apr 2019 04:05:37 +0200
|
|
Subject: [PATCH] bump bootstrap; fix compiletest wrt. exclude_should_panic
|
|
|
|
---
|
|
src/tools/compiletest/src/main.rs | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/tools/compiletest/src/main.rs b/src/tools/compiletest/src/main.rs
|
|
index 9e3c49119dea..431fd7969be0 100644
|
|
--- a/src/tools/compiletest/src/main.rs
|
|
+++ b/src/tools/compiletest/src/main.rs
|
|
@@ -523,6 +523,7 @@ pub fn run_tests(config: &Config) {
|
|
|
|
pub fn test_opts(config: &Config) -> test::TestOpts {
|
|
test::TestOpts {
|
|
+ exclude_should_panic: false,
|
|
filter: config.filter.clone(),
|
|
filter_exact: config.filter_exact,
|
|
run_ignored: if config.run_ignored {
|
|
--
|
|
2.21.0
|
|
|