File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
trunk/src/libsyntax/errors Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 8a9ad72c1d67261049aac1d067529da48adcc644
2
+ refs/heads/master: 790043b44e0c078c0f80b16cd03d1aeac6ef242b
3
3
refs/heads/snap-stage3: 235d77457d80b549dad3ac36d94f235208a1eafb
4
4
refs/heads/try: 49312a405e14a449b98fe0056b12a40ac128be4a
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -555,7 +555,7 @@ mod test {
555
555
let str = from_utf8 ( vec) . unwrap ( ) ;
556
556
println ! ( "r#\" \n {}\" #" , str ) ;
557
557
assert_eq ! ( str , & r#"
558
- --> dummy.txt:11:1
558
+ --> dummy.txt:11:1
559
559
11 |> e-lä-vän
560
560
|> ^
561
561
"# [ 1 ..] ) ;
Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ impl SomeTrait for () {
404
404
let text: String = make_string ( & lines) ;
405
405
println ! ( "r#\" \n {}\" " , text) ;
406
406
assert_eq ! ( text, & r#"
407
- >>>>>> foo.rs
407
+ >>>> foo.rs
408
408
3 |> fn foo(x: u32) {
409
409
|> -
410
410
"# [ 1 ..] ) ;
You can’t perform that action at this time.
0 commit comments