Skip to content

Commit b0812de

Browse files
committedNov 19, 2017
cargotest: temporarily use eddyb/servo to include servo/servo#19285.
1 parent fb83283 commit b0812de

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/servo/servo",
64-
sha: "38fe9533b93e985657f99a29772bf3d3c8694822",
63+
repo: "https://github.com/eddyb/servo",
64+
sha: "6031de9a397e2feba4ff98725991825f62b68518",
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)
Please sign in to comment.