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 b3b4007 commit 4512a33
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 @@ -870,8 +870,8 @@ fn test_value_from_string() {
assert_eq!(i8_type.const_int_from_string("2", StringRadix::Binary), None);

// Floats
// let f64_type = context.f64_type();
// let f64_val = f64_type.const_float_from_string("3.6");
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");

Expand Down

0 comments on commit 4512a33

Please sign in to comment.