]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/arg-count-mismatch.rs
Rollup merge of #66472 - GuillaumeGomez:show-coverage-json, r=ollie27
[rust.git] / src / test / ui / arg-count-mismatch.rs
index 673314ec4c9978bf98327b22ff2b8c5ea7e6b73b..18926f5daf71a7a91f8db9357c9d548421bf64f0 100644 (file)
@@ -1,14 +1,4 @@
-// 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.
-
-// error-pattern: parameters were supplied
+// error-pattern: arguments were supplied
 
 fn f(x: isize) { }