Skip to content

Commit 09743b9

Browse files
committed
Bless ui tests.
1 parent fdc93f3 commit 09743b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/rfcs/rfc-2627-raw-dylib/multiple-declarations.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ error: multiple declarations of external function `f` from library `foo.dll` hav
22
--> $DIR/multiple-declarations.rs:13:9
33
|
44
LL | fn f(x: i32);
5-
| ^^^^^^^^^^^^^
5+
| ^^^^^^^^^^^^
66

77
error: aborting due to previous error
88

tests/ui/rfcs/rfc-2627-raw-dylib/unsupported-abi.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ error: ABI not supported by `#[link(kind = "raw-dylib")]` on this architecture
22
--> $DIR/unsupported-abi.rs:6:5
33
|
44
LL | fn f(x: i32);
5-
| ^^^^^^^^^^^^^
5+
| ^^^^^^^^^^^^
66

77
error: aborting due to previous error
88

0 commit comments

Comments
 (0)