Put all coretests in a separate crate
This commit is contained in:
parent
c2270becb6
commit
b6a3841942
163 changed files with 37 additions and 17 deletions
5
library/coretests/tests/unicode.rs
Normal file
5
library/coretests/tests/unicode.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
#[test]
|
||||
pub fn version() {
|
||||
let (major, _minor, _update) = core::char::UNICODE_VERSION;
|
||||
assert!(major >= 10);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue