mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Fix unit tests
This commit is contained in:
parent
9a76a8d2ce
commit
03641c16f8
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ mod test_can {
|
|||
use roc_problem::can::{CycleEntry, FloatErrorKind, IntErrorKind, Problem, RuntimeError};
|
||||
use roc_region::all::{Loc, Position, Region};
|
||||
use roc_types::subs::Variable;
|
||||
use std::{assert_eq, f64, i64};
|
||||
use std::{f64, i64};
|
||||
|
||||
fn assert_can_runtime_error(input: &str, expected: RuntimeError) {
|
||||
let arena = Bump::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue