Skip to content

Commit ad6f4dc

Browse files
committed
Revert servo to upstream in cargotest
This is a follow-up to #45225 (comment) now that upstream has adjusted servo/servo#19316
1 parent ebda766 commit ad6f4dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/cargotest/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ const TEST_REPOS: &'static [Test] = &[
6060
},
6161
Test {
6262
name: "servo",
63-
repo: "https://github.com/eddyb/servo",
64-
sha: "6031de9a397e2feba4ff98725991825f62b68518",
63+
repo: "https://github.com/servo/servo",
64+
sha: "17e97b9320fdb7cdb33bbc5f4d0fde0653bbf2e4",
6565
lock: None,
6666
// Only test Stylo a.k.a. Quantum CSS, the parts of Servo going into Firefox.
6767
// This takes much less time to build than all of Servo and supports stable Rust.

0 commit comments

Comments
 (0)