File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: 96f565492da446c4e77b84d937ceccd31337f0ac
5
+ refs/heads/try: 8478349b8be3b15d50569f55bd97ef2d62786fe4
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -250,7 +250,6 @@ fn write_nmod(ctxt: ctxt, doc: doc::nmoddoc) {
250
250
#[ test]
251
251
fn should_write_native_mods ( ) {
252
252
let markdown = test:: render ( "#[doc = \" test\" ] native mod a { }" ) ;
253
- log ( error, markdown) ;
254
253
assert str:: contains ( markdown, "Native module `a`" ) ;
255
254
assert str:: contains ( markdown, "test" ) ;
256
255
}
@@ -764,7 +763,6 @@ fn write_impl(ctxt: ctxt, doc: doc::impldoc) {
764
763
#[ test]
765
764
fn should_write_impl_header ( ) {
766
765
let markdown = test:: render ( "impl i for int { fn a() { } }" ) ;
767
- log ( error, markdown) ;
768
766
assert str:: contains ( markdown, "## Implementation `i for int`" ) ;
769
767
}
770
768
You can’t perform that action at this time.
0 commit comments