Skip to content

Commit

Permalink
Fix denormals test, contains duplicated code
Browse files Browse the repository at this point in the history
  • Loading branch information
orottier committed Oct 20, 2023
1 parent 254267d commit 0ab338d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/denormals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ fn test_flush_denormals() {
gain2.gain().set_value(f32::MIN_POSITIVE);
gain1.connect(&gain2);

let gain2 = context.create_gain();
gain2.gain().set_value(f32::MIN_POSITIVE);
gain1.connect(&gain2);

let gain3 = context.create_gain();
gain3.gain().set_value(f32::MAX);
gain2.connect(&gain3);
Expand Down

0 comments on commit 0ab338d

Please sign in to comment.