Skip to content

Commit

Permalink
include AsciiExt in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
1011X committed Mar 12, 2018
1 parent 39c3a37 commit 8654738
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libcore/tests/ascii.rs
Expand Up @@ -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() {
Expand Down

0 comments on commit 8654738

Please sign in to comment.