From 560def15113d3d54b262d2b9365b6952e5e5ee3a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 10 May 2014 21:46:46 -0700 Subject: [PATCH] test: Fix a pretty printing test The pretty printer handles inlines comments quite badly --- src/test/run-pass/deriving-global.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/run-pass/deriving-global.rs b/src/test/run-pass/deriving-global.rs index 3cd50bfff325..cbf6a1c50df1 100644 --- a/src/test/run-pass/deriving-global.rs +++ b/src/test/run-pass/deriving-global.rs @@ -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