Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Dec 17, 2014
1 parent 317d912 commit b3b7185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/rt/backtrace.rs
Expand Up @@ -1050,7 +1050,7 @@ mod test {

#[test]
fn demangle_windows() {
t!("yZN4testE", "test");
t!("ZN4testE", "test");
t!("ZN12test$x20test4foobE", "test test::foob");
t!("ZN12test$UP$test4foobE", "testBoxtest::foob");
}
Expand Down

7 comments on commit b3b7185

@bors
Copy link
Contributor

@bors bors commented on b3b7185 Dec 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at vadimcn@b3b7185

@bors
Copy link
Contributor

@bors bors commented on b3b7185 Dec 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging vadimcn/rust/fix-demangle = b3b7185 into auto

@bors
Copy link
Contributor

@bors bors commented on b3b7185 Dec 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

status: {"merge_sha": "c4d58ce15be0318622b42790a501e0d20a9f827c"}

@bors
Copy link
Contributor

@bors bors commented on b3b7185 Dec 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vadimcn/rust/fix-demangle = b3b7185 merged ok, testing candidate = c4d58ce

@bors
Copy link
Contributor

@bors bors commented on b3b7185 Dec 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = c4d58ce

@bors
Copy link
Contributor

@bors bors commented on b3b7185 Dec 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = c4d58ce

Please sign in to comment.