Skip to content

Commit

Permalink
Remove pretty-expanded from tests that use format_args!
Browse files Browse the repository at this point in the history
Now that the internals of `format_args!` are unstable, tests that use it
don't compile after pretty-printing (unless they also declare the necessary
feature).
  • Loading branch information
rprichard committed Apr 13, 2015
1 parent 9cdc9e9 commit 8615563
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion src/test/run-pass/c-stack-returning-int64.rs
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.


// pretty-expanded FIXME #23616

#![feature(libc, std_misc)]

Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/capturing-logging.rs
Expand Up @@ -10,7 +10,6 @@

// exec-env:RUST_LOG=info

// pretty-expanded FIXME #23616

#![allow(unknown_features)]
#![feature(box_syntax, old_io, rustc_private, std_misc)]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/clone-with-exterior.rs
Expand Up @@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// pretty-expanded FIXME #23616

#![allow(unknown_features)]
#![feature(box_syntax, std_misc)]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/exponential-notation.rs
Expand Up @@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// pretty-expanded FIXME #23616

#![feature(std_misc)]

Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/float-nan.rs
Expand Up @@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// pretty-expanded FIXME #23616

#![feature(std_misc)]

Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/foreign-fn-linkname.rs
Expand Up @@ -9,7 +9,6 @@
// except according to those terms.


// pretty-expanded FIXME #23616

#![feature(std_misc, libc)]

Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/issue-11881.rs
Expand Up @@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// pretty-expanded FIXME #23616

#![feature(rustc_private, old_io)]

Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/issue-20676.rs
Expand Up @@ -12,7 +12,6 @@
// UFCS-style calls to a method in `Trait` where `Self` was bound to a
// trait object of type `Trait`. See also `ufcs-trait-object.rs`.

// pretty-expanded FIXME #23616

use std::fmt;

Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/item-attributes.rs
Expand Up @@ -12,7 +12,6 @@
// for completeness since .rs files linked from .rc files support this
// notation to specify their module's attributes

// pretty-expanded FIXME #23616

#![feature(custom_attribute, libc)]
#![allow(unused_attribute)]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/rust-log-filter.rs
Expand Up @@ -10,7 +10,6 @@

// exec-env:RUST_LOG=rust_log_filter/foo

// pretty-expanded FIXME #23616

#![allow(unknown_features)]
#![feature(box_syntax, std_misc, rustc_private)]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/task-comm-7.rs
Expand Up @@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// pretty-expanded FIXME #23616

#![feature(std_misc)]
#![allow(dead_assignment)]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/task-spawn-move-and-copy.rs
Expand Up @@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// pretty-expanded FIXME #23616

#![allow(unknown_features)]
#![feature(box_syntax, std_misc)]
Expand Down
1 change: 0 additions & 1 deletion src/test/run-pass/variadic-ffi.rs
Expand Up @@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// pretty-expanded FIXME #23616

#![feature(libc, std_misc)]

Expand Down

0 comments on commit 8615563

Please sign in to comment.