Skip to content

Commit

Permalink
Ignore pretty printing tests for non_modrs_mods
Browse files Browse the repository at this point in the history
  • Loading branch information
cramertj committed Dec 19, 2017
1 parent e3c2298 commit 1d5977b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/run-pass/non_modrs_mods/non_modrs_mods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//
// ignore-pretty issue #37195
#![feature(non_modrs_mods)]

pub mod modrs_mod;
Expand Down
1 change: 1 addition & 0 deletions src/test/ui/non_modrs_mods/non_modrs_mods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
//
// gate-test-non_modrs_mods
// ignore-windows
// ignore-pretty issue #37195
pub mod modrs_mod;
pub mod foors_mod;

Expand Down

0 comments on commit 1d5977b

Please sign in to comment.