include AsciiExt in tests

This commit is contained in:
1011X 2018-03-12 01:04:51 -04:00
parent 39c3a37018
commit 8654738260

View file

@ -8,7 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
use char::from_u32;
use core::char::from_u32;
use std::ascii::AsciiExt;
#[test]
fn test_is_ascii() {