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