]> git.lizzy.rs Git - rust.git/blobdiff - src/test/pretty/block-disambig.rs
rustc: Allow cdylibs to link against dylibs
[rust.git] / src / test / pretty / block-disambig.rs
index c645a66b70efcb26370bd3058d9479fec3fe154b..ac9b84a5d7e378c58dd1d524045c449a3dea4e94 100644 (file)
@@ -1,17 +1,7 @@
-// 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: --crate-type=lib
 
 // A bunch of tests for syntactic forms involving blocks that were
-// previously ambiguous (e.g. 'if true { } *val;' gets parsed as a
+// previously ambiguous (e.g., 'if true { } *val;' gets parsed as a
 // binop)