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 33bafb7 commit 3410ea9
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 @@ -879,9 +879,9 @@ fn test_value_from_string() {

assert_eq!(f64_val.print_to_string().to_string(), "double 3.000000e+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("");

Expand Down

0 comments on commit 3410ea9

Please sign in to comment.