Skip to content

Commit

Permalink
tests: fix fallout of merging ast::ViewItem into ast::Item.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyb committed Dec 31, 2014
1 parent 4e67407 commit 2b978f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 35 deletions.
15 changes: 0 additions & 15 deletions src/test/compile-fail/issue-9957.rs

This file was deleted.

3 changes: 2 additions & 1 deletion src/test/compile-fail/unnecessary-private.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2013 The Rust Project Developers. See the COPYRIGHT
// Copyright 2013-2014 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
Expand All @@ -9,6 +9,7 @@
// except according to those terms.

fn main() {
pub use std::uint; //~ ERROR: visibility has no effect
pub struct A; //~ ERROR: visibility has no effect
pub enum B {} //~ ERROR: visibility has no effect
pub trait C { //~ ERROR: visibility has no effect
Expand Down
19 changes: 0 additions & 19 deletions src/test/compile-fail/view-items-at-top.rs

This file was deleted.

0 comments on commit 2b978f0

Please sign in to comment.