Skip to content

Commit

Permalink
commented out some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDan64 committed Jul 13, 2024
1 parent 4512a33 commit 78b7f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/all/test_values.rs
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ fn test_value_from_string() {
let f64_type = context.f64_type();
let f64_val = f64_type.const_float_from_string("3.6");

// assert_eq!(f64_val.print_to_string().to_string(), "double 3.600000e+00");
assert_eq!(f64_val.print_to_string().to_string(), "double 3.600000e+00");

// let f64_val = f64_type.const_float_from_string("3.");

Expand Down

0 comments on commit 78b7f74

Please sign in to comment.