Rename test_canonicalize to test_can

This commit is contained in:
Richard Feldman 2020-04-05 17:55:10 -04:00
parent a291946aa5
commit 20f7243373

View File

@ -11,7 +11,7 @@ extern crate roc_region;
mod helpers;
#[cfg(test)]
mod test_canonicalize {
mod test_can {
use crate::helpers::{can_expr_with, test_home, CanExprOut};
use bumpalo::Bump;
use roc_can::expr::Expr::{self, *};