test: Fix a pretty printing test

The pretty printer handles inlines comments quite badly
This commit is contained in:
Alex Crichton 2014-05-10 21:46:46 -07:00
parent ac1a27043a
commit 560def1511

View File

@ -8,8 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
extern crate serialize; // {En,De}codable
extern crate rand; // Rand
extern crate serialize;
extern crate rand;
mod submod {
// if any of these are implemented without global calls for any