From d44b024efeb417a897ead6e28c85d950950c9b1d Mon Sep 17 00:00:00 2001 From: rvcas Date: Wed, 5 May 2021 22:58:50 -0400 Subject: [PATCH] fix: use Num * in constrain_small_int --- editor/tests/solve_expr2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/tests/solve_expr2.rs b/editor/tests/solve_expr2.rs index 9d88ec4e11..f10f4d9053 100644 --- a/editor/tests/solve_expr2.rs +++ b/editor/tests/solve_expr2.rs @@ -161,7 +161,7 @@ fn constrain_small_int() { 12 "# ), - "Int *", + "Num *", ) }