Skip to content

Commit

Permalink
Fix multiple-definitions test
Browse files Browse the repository at this point in the history
  • Loading branch information
fee1-dead committed Jul 12, 2021
1 parent a84d1b2 commit 23af3ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/ui/rfc-2627-raw-dylib/multiple-definitions.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ LL | #![feature(raw_dylib)]
error: multiple definitions of external function `f` from library `foo.dll` have different calling conventions
--> $DIR/multiple-definitions.rs:8:5
|
LL | fn f(x: i32);
| ^^^^^^^^^^^^^
LL | fn f(x: i32);

error: aborting due to previous error; 1 warning emitted

0 comments on commit 23af3ea

Please sign in to comment.