Bless ui tests.
This commit is contained in:
parent
fdc93f307f
commit
09743b9ebf
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ error: multiple declarations of external function `f` from library `foo.dll` hav
|
||||||
--> $DIR/multiple-declarations.rs:13:9
|
--> $DIR/multiple-declarations.rs:13:9
|
||||||
|
|
|
|
||||||
LL | fn f(x: i32);
|
LL | fn f(x: i32);
|
||||||
| ^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^
|
||||||
|
|
||||||
error: aborting due to previous error
|
error: aborting due to previous error
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ error: ABI not supported by `#[link(kind = "raw-dylib")]` on this architecture
|
||||||
--> $DIR/unsupported-abi.rs:6:5
|
--> $DIR/unsupported-abi.rs:6:5
|
||||||
|
|
|
|
||||||
LL | fn f(x: i32);
|
LL | fn f(x: i32);
|
||||||
| ^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^
|
||||||
|
|
||||||
error: aborting due to previous error
|
error: aborting due to previous error
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue