Drop comment

This commit is contained in:
Richard Feldman 2021-08-26 21:39:46 -04:00 committed by GitHub
parent ffeaa1ac08
commit 18231876be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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));