]> git.lizzy.rs Git - rust.git/commitdiff
Remove the NOTE tests for now. We'll move to UI tests later
authorJonathan Turner <jturner@mozilla.com>
Mon, 8 Aug 2016 16:26:32 +0000 (09:26 -0700)
committerJonathan Turner <jturner@mozilla.com>
Mon, 8 Aug 2016 16:26:32 +0000 (09:26 -0700)
src/test/compile-fail/issue-23024.rs

index 50f1323d39c557bc0ef7494eb6d9651d7d6d8821..e266f004317e7f46d1adb52b8bb96498bc56acad 100644 (file)
@@ -19,10 +19,5 @@ fn h(x:i32) -> i32 {3*x}
     println!("{:?}",(vfnfer[0] as Fn)(3));
     //~^ ERROR the precise format of `Fn`-family traits'
     //~| ERROR E0243
-    //~| NOTE expected 1 type arguments, found 0
     //~| ERROR the value of the associated type `Output` (from the trait `std::ops::FnOnce`)
-    //~| NOTE in this expansion of println!
-    //~| NOTE in this expansion of println!
-    //~| NOTE in this expansion of println!
-    //~| NOTE in this expansion of println!
 }