Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 7488924

Browse files
committed
Add test for foreign_error
1 parent 519a2c2 commit 7488924

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ mod foreign_link_test {
229229
links {}
230230
foreign_links {
231231
ForeignError, Foreign;
232+
::std::io::Error, Io;
232233
}
233234
errors {}
234235
}

0 commit comments

Comments
 (0)