]> git.lizzy.rs Git - rust.git/blobdiff - src/test/incremental/spike-neg2.rs
Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnay
[rust.git] / src / test / incremental / spike-neg2.rs
index 472d11d7f90286b1b6066529e58cbda0d8f16162..3bb1914fd6a4ca23b8fb5279cf635c6eaa639a35 100644 (file)
@@ -1,16 +1,6 @@
-// Copyright 2014 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.
-
 // A variant of the first "spike" test that serves to test the
-// `rustc_partition_reused` and `rustc_partition_translated` tests.
-// Here we change and say that the `y` module will be translated (when
+// `rustc_partition_reused` and `rustc_partition_codegened` tests.
+// Here we change and say that the `y` module will be codegened (when
 // in fact it will not), and then indicate that the test itself
 // should-fail (because an error will be reported, and hence the
 // revision rpass2 will not compile, despite being named rpass).
@@ -21,8 +11,8 @@
 #![feature(rustc_attrs)]
 
 #![rustc_partition_reused(module="spike_neg2", cfg="rpass2")]
-#![rustc_partition_translated(module="spike_neg2-x", cfg="rpass2")]
-#![rustc_partition_translated(module="spike_neg2-y", cfg="rpass2")] // this is wrong!
+#![rustc_partition_codegened(module="spike_neg2-x", cfg="rpass2")]
+#![rustc_partition_codegened(module="spike_neg2-y", cfg="rpass2")] // this is wrong!
 
 mod x {
     pub struct X {