more loops to be ignored by pretty-rpass
This commit is contained in:
parent
d8d48e4aae
commit
e880c42920
@ -15,6 +15,8 @@
|
||||
|
||||
// This also serves as a pipes test, because Arcs are implemented with pipes.
|
||||
|
||||
// ignore-pretty FIXME #15189
|
||||
|
||||
extern crate time;
|
||||
|
||||
use std::sync::{Arc, Future, Mutex};
|
||||
|
@ -15,6 +15,8 @@
|
||||
|
||||
// This also serves as a pipes test, because Arcs are implemented with pipes.
|
||||
|
||||
// ignore-pretty FIXME #15189
|
||||
|
||||
extern crate time;
|
||||
|
||||
use std::sync::{RWLock, Arc, Future};
|
||||
|
@ -38,6 +38,8 @@
|
||||
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
||||
// OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
// ignore-pretty FIXME #15189
|
||||
|
||||
#![feature(phase)]
|
||||
#[phase(plugin)] extern crate green;
|
||||
|
||||
|
@ -8,6 +8,8 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// ignore-pretty FIXME #15189
|
||||
|
||||
#![feature(phase)]
|
||||
#![allow(non_snake_case_functions)]
|
||||
#[phase(plugin)] extern crate green;
|
||||
|
Loading…
Reference in New Issue
Block a user