File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 86e1d4ecbd7564ad2e2c95c260a92b2ce3f7860f
2
+ refs/heads/master: 5837e1e809af6d783984d94ca27fe488823ecfe6
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ fn should_record_mod_paths() {
48
48
let srv = astsrv:: mk_srv_from_str ( source) ;
49
49
let doc = extract:: from_srv ( srv, "" ) ;
50
50
let doc = run ( srv, doc) ;
51
- log ( error, doc. topmod . mods ( ) [ 0 ] . mods ( ) [ 0 ] . mods ( ) [ 0 ] . path ( ) ) ;
52
51
assert doc. topmod . mods ( ) [ 0 ] . mods ( ) [ 0 ] . mods ( ) [ 0 ] . path ( ) == [ "a" , "b" ] ;
53
52
assert doc. topmod . mods ( ) [ 0 ] . mods ( ) [ 1 ] . mods ( ) [ 0 ] . path ( ) == [ "a" , "d" ] ;
54
53
}
You can’t perform that action at this time.
0 commit comments