]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/not-a-pred.rs
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / not-a-pred.rs
index d880c06f8a1a6b005b63f58c5f9f64615898c1de..e6a02d5fc5642c8e53f095275de286e3b6a3ac15 100644 (file)
@@ -1,15 +1,3 @@
-// Copyright 2012 The Rust Project Developers. See the COPYRIGHT
-// file at the top-level directory of this distribution and at
-// http://rust-lang.org/COPYRIGHT.
-//
-// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
-// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
-// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
-// option. This file may not be copied, modified, or distributed
-// except according to those terms.
-
-// compile-flags: -Z parse-only
-
 // error-pattern: lt
 
 fn f(a: isize, b: isize) : lt(a, b) { }