X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Fui%2Farg-count-mismatch.rs;h=18926f5daf71a7a91f8db9357c9d548421bf64f0;hb=741d4ff713f45eb9168b0e5f6ba77f5779ed09ba;hp=673314ec4c9978bf98327b22ff2b8c5ea7e6b73b;hpb=b3303edba67981ed087fc89c4302985d022589d0;p=rust.git diff --git a/src/test/ui/arg-count-mismatch.rs b/src/test/ui/arg-count-mismatch.rs index 673314ec4c9..18926f5daf7 100644 --- a/src/test/ui/arg-count-mismatch.rs +++ b/src/test/ui/arg-count-mismatch.rs @@ -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 or the MIT license -// , 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) { }