about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-06-03 19:36:32 -0700
committerbors <bors@rust-lang.org>2016-06-03 19:36:32 -0700
commitc81c75076c05990af6f71e56ccc12d7b196ee25c (patch)
treeb53fd41aeba29d33118a57e8363f87915456d009 /src/tools
parent7de2e6dc828473b60aefe4d2140a602cbeb6d6f9 (diff)
parentf67c4bb6ce12bf7f4c3c843a531be51cdf643c09 (diff)
Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichton
Rename main thread from "<main>" to "main".

Fix issue #33789

We may need to discuss whether this counts as a breaking change since code may check the main thread name against "\<main\>". Discussion is in #33789
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/cargotest/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/cargotest/main.rs b/src/tools/cargotest/main.rs
index 7e688b5ec6b..9332a8e5f6c 100644
--- a/src/tools/cargotest/main.rs
+++ b/src/tools/cargotest/main.rs
@@ -25,7 +25,7 @@ const TEST_REPOS: &'static [Test] = &[
     Test {
         name: "cargo",
         repo: "https://github.com/rust-lang/cargo",
-        sha: "26288f799427f9cc6e8bdddd782a17a8156ebc64",
+        sha: "7d79da08238e3d47e0bc4406155bdcc45ccb8c82",
         lock: None,
     },
     Test {