]> git.lizzy.rs Git - rust.git/blob - library/core/tests/unicode.rs
Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmt
[rust.git] / library / core / tests / unicode.rs
1 #[test]
2 pub fn version() {
3     let (major, _minor, _update) = core::unicode::UNICODE_VERSION;
4     assert!(major >= 10);
5 }