Skip to content

Commit 23af3ea

Browse files
committed
Fix multiple-definitions test
1 parent a84d1b2 commit 23af3ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/ui/rfc-2627-raw-dylib/multiple-definitions.stderr

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ LL | #![feature(raw_dylib)]
1010
error: multiple definitions of external function `f` from library `foo.dll` have different calling conventions
1111
--> $DIR/multiple-definitions.rs:8:5
1212
|
13-
LL | fn f(x: i32);
14-
| ^^^^^^^^^^^^^
13+
LL | fn f(x: i32);
1514

1615
error: aborting due to previous error; 1 warning emitted
1716

0 commit comments

Comments
 (0)