Fix run-pass-fulldeps tests

This commit is contained in:
varkor 2018-07-24 18:24:12 +01:00
parent f2fd00005e
commit f22ccbe315
35 changed files with 20 additions and 89 deletions

View file

@ -14,7 +14,6 @@
//! (#14132).
#![crate_name = "a"]
#![feature(core)]
macro_rules! three {
() => { 3 }