Skip to content

Commit f82db5d

Browse files
committed
test: Change the expected error message on iface-test.rs to contain "trait" instead of "interface"
1 parent 6cb38ae commit f82db5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/compile-fail/iface-test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
iface foo { fn foo(); }
22

3-
impl of int for uint { fn foo() {} } //~ ERROR interface
3+
impl of int for uint { fn foo() {} } //~ ERROR trait
44

55
fn main() {}

0 commit comments

Comments
 (0)