Rename 'cton_*' library names to match the 'cretonne_*' crate names.
This renames `cton_frontend` to `cretonne_frontend` and so on. This fixes the first part of #287.
This commit is contained in:
@@ -7,7 +7,7 @@ use std::borrow::Cow;
|
||||
|
||||
use cretonne::cfg_printer::CFGPrinter;
|
||||
use cretonne::ir::Function;
|
||||
use cton_reader::TestCommand;
|
||||
use cretonne_reader::TestCommand;
|
||||
use subtest::{self, Context, Result as STResult, SubTest};
|
||||
|
||||
/// Object implementing the `test print-cfg` sub-test.
|
||||
|
||||
Reference in New Issue
Block a user