about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--rustc_patches/.gitkeep0
-rw-r--r--rustc_patches/compile_test.patch14
-rwxr-xr-xtest.sh2
3 files changed, 0 insertions, 16 deletions
diff --git a/rustc_patches/.gitkeep b/rustc_patches/.gitkeep
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/rustc_patches/.gitkeep
diff --git a/rustc_patches/compile_test.patch b/rustc_patches/compile_test.patch
deleted file mode 100644
index 59143eac37b..00000000000
--- a/rustc_patches/compile_test.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/src/tools/compiletest/src/header.rs b/src/tools/compiletest/src/header.rs
-index 887d27fd6dca4..2c2239f2b83d1 100644
---- a/src/tools/compiletest/src/header.rs
-+++ b/src/tools/compiletest/src/header.rs
-@@ -806,8 +806,8 @@ pub fn make_test_description<R: Read>(
-     cfg: Option<&str>,
- ) -> test::TestDesc {
-     let mut ignore = false;
-     #[cfg(not(bootstrap))]
--    let ignore_message: Option<String> = None;
-+    let ignore_message: Option<&str> = None;
-     let mut should_fail = false;
-
-     let rustc_has_profiler_support = env::var_os("RUSTC_PROFILER_SUPPORT").is_some();
diff --git a/test.sh b/test.sh
index 4841922416c..612ded3e872 100755
--- a/test.sh
+++ b/test.sh
@@ -296,8 +296,6 @@ function test_rustc() {
     git checkout $(rustc -V | cut -d' ' -f3 | tr -d '(')
     export RUSTFLAGS=
 
-    git apply ../rustc_patches/compile_test.patch || true
-
     rm config.toml || true
 
     cat > config.toml <<EOF