Skip to content

Commit 618553b

Browse files
authored
Merge pull request rust-lang#234 from paulcacheux/paulcacheux/remove-rustc-patch
Remove not applicable rustc patch
2 parents 7f95363 + db489d0 commit 618553b

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

rustc_patches/compile_test.patch

Lines changed: 0 additions & 14 deletions
This file was deleted.

test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,6 @@ function test_rustc() {
296296
git checkout $(rustc -V | cut -d' ' -f3 | tr -d '(')
297297
export RUSTFLAGS=
298298

299-
git apply ../rustc_patches/compile_test.patch || true
300-
301299
rm config.toml || true
302300

303301
cat > config.toml <<EOF

0 commit comments

Comments
 (0)