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 78b7f74 commit 33bafb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/all/test_values.rs
Original file line number Diff line number Diff line change
Expand Up @@ -875,9 +875,9 @@ fn test_value_from_string() {

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

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

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

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

Expand Down

0 comments on commit 33bafb7

Please sign in to comment.