rustc: Fix error pattern in compile-fail/arg-count-mismatch.rs

This commit is contained in:
Patrick Walton 2011-06-08 18:41:46 -07:00
parent cc7a8b668f
commit 537d4ac65a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// error-pattern: mismatched types
// error-pattern: parameters were supplied
fn f(int x) {
}