declare ascii test module in core

This commit is contained in:
1011X 2018-03-08 22:55:54 -05:00
parent aa1ded9286
commit 679e410b11

View File

@ -52,6 +52,7 @@ extern crate test;
mod any;
mod array;
mod ascii;
mod atomic;
mod cell;
mod char;