Skip to content

Commit

Permalink
remove duplication at tests/by-util/test_seq.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Hofstetter <[email protected]>
  • Loading branch information
alexs-sh and cakebaker authored Jan 9, 2025
1 parent 0a5687e commit bb7b656
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/by-util/test_seq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -844,11 +844,6 @@ fn test_parse_valid_hexadecimal_float() {
.succeeds()
.stdout_only("1.625\n3.625\n");

new_ucmd!()
.args(&["0x3.4p-1", "0x4p-1", "4"])
.succeeds()
.stdout_only("1.625\n3.625\n");

new_ucmd!()
.args(&["0x.8p16", "32768"])
.succeeds()
Expand Down

0 comments on commit bb7b656

Please sign in to comment.