Make ui test that are run-pass and do not test the compiler itself library tests
This commit is contained in:
parent
349b3b324d
commit
be554c4101
38 changed files with 812 additions and 820 deletions
5
library/core/tests/unicode.rs
Normal file
5
library/core/tests/unicode.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
#[test]
|
||||
pub fn version() {
|
||||
let (major, _minor, _update) = core::unicode::UNICODE_VERSION;
|
||||
assert!(major >= 10);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue