Remove pretty-expanded from failing tests

This commit removes pretty-expanded from all tests that wind up calling panic!
one way or another now that its internals are unstable.
This commit is contained in:
Alex Crichton 2015-04-08 16:27:10 -07:00
parent 65e3f0325a
commit ec7c800d2f
792 changed files with 0 additions and 792 deletions

View file

@ -8,7 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// pretty-expanded FIXME #23616
fn f(x: isize) -> isize { x }
fn g(x: isize) -> isize { 2 * x }