Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Nov 21, 2024
1 parent 8ab9362 commit b27d226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_spectrogram.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ static int test_spectrogram_0()
|| test_spectrogram(17, 1, 0, 1, 1, 0, 1, 0, 0, 0)
|| test_spectrogram(128, 10, 0, 2, 7, 1, 1, 1, 1, 1)
|| test_spectrogram(255, 17, 1, 14, 17, 2, 0, 0, 0, 1)
|| test_spectrogram(124, 55, 12, 1, 55, 1, 1, 2, 0, 0);
|| test_spectrogram(124, 55, 2, 12, 55, 1, 1, 2, 0, 0);
}

int main()
Expand Down

0 comments on commit b27d226

Please sign in to comment.