test: Change the expected error message on iface-test.rs to contain "trait" instead of "interface"
This commit is contained in:
parent
6cb38aeb43
commit
f82db5d136
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
iface foo { fn foo(); }
|
||||
|
||||
impl of int for uint { fn foo() {} } //~ ERROR interface
|
||||
impl of int for uint { fn foo() {} } //~ ERROR trait
|
||||
|
||||
fn main() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue