Remove outdated comments.

This commit is contained in:
Nikita Mounier 2022-04-11 23:36:30 +00:00
parent e2cccbc7b5
commit 6b2d1a7af6
No known key found for this signature in database
GPG key ID: 75B0014B3C53D474

View file

@ -723,7 +723,6 @@ fn gen_wrap_add_nums() {
#[test]
#[cfg(any(feature = "gen-llvm"))]
fn gen_div_f64() {
// FIXME this works with normal types, but fails when checking uniqueness types
assert_evals_to!(
indoc!(
r#"
@ -738,7 +737,6 @@ fn gen_div_f64() {
#[test]
#[cfg(any(feature = "gen-llvm"))]
fn gen_div_checked_f64() {
// FIXME this works with normal types, but fails when checking uniqueness types
assert_evals_to!(
indoc!(
r#"
@ -755,7 +753,6 @@ fn gen_div_checked_f64() {
#[test]
#[cfg(any(feature = "gen-llvm"))]
fn gen_div_checked_by_zero_f64() {
// FIXME this works with normal types, but fails when checking uniqueness types
assert_evals_to!(
indoc!(
r#"