Skip to content

Commit 560def1

Browse files
committed
test: Fix a pretty printing test
The pretty printer handles inlines comments quite badly
1 parent ac1a270 commit 560def1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/run-pass/deriving-global.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
extern crate serialize; // {En,De}codable
12-
extern crate rand; // Rand
11+
extern crate serialize;
12+
extern crate rand;
1313

1414
mod submod {
1515
// if any of these are implemented without global calls for any

0 commit comments

Comments
 (0)