]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/windows-subsystem-invalid.rs
Auto merge of #87150 - rusticstuff:simplify_wrapping_neg, r=m-ou-se
[rust.git] / src / test / ui / windows-subsystem-invalid.rs
index 7772cfd6a2c93894bd9e7e843661c6922b214c60..0336678b712eb62d0ff855a0a5a1f7615c99209b 100644 (file)
@@ -1,13 +1,3 @@
-// Copyright 2016 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.
-
 // error-pattern: invalid windows subsystem `wrong`, only `windows` and `console` are allowed
 
 #![windows_subsystem = "wrong"]