mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
Drop comment
This commit is contained in:
parent
ffeaa1ac08
commit
18231876be
1 changed files with 0 additions and 1 deletions
|
@ -1301,7 +1301,6 @@ fn test_to_equality<'a>(
|
||||||
}
|
}
|
||||||
|
|
||||||
Test::IsDecimal(test_dec) => {
|
Test::IsDecimal(test_dec) => {
|
||||||
// Is comparing as an i128 here fine?
|
|
||||||
let lhs = Expr::Literal(Literal::Int(test_dec.0));
|
let lhs = Expr::Literal(Literal::Int(test_dec.0));
|
||||||
let lhs_symbol = env.unique_symbol();
|
let lhs_symbol = env.unique_symbol();
|
||||||
stores.push((lhs_symbol, Layout::Builtin(Builtin::Int128), lhs));
|
stores.push((lhs_symbol, Layout::Builtin(Builtin::Int128), lhs));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue