Skip to content

Commit

Permalink
forgot scons -Q fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Hrick87 committed Feb 27, 2024
1 parent 87da0fb commit 77cb044
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/tests/roc_sndio/test_backend_source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ TEST(backend_source, noop) {
if (!supports_aiff(backend)) {
continue;
}

{
test::MockSource mock_source;
IDevice* backend_device = backend.open_device(
Expand All @@ -101,7 +101,7 @@ TEST(backend_source, noop) {
CHECK(backend_sink != NULL);

Pump pump(buffer_factory, mock_source, NULL, *backend_sink, FrameDuration,
SampleSpecs, Pump::ModeOneshot);
SampleSpecs, Pump::ModeOneshot);
CHECK(pump.is_valid());
CHECK(pump.run());
}
Expand All @@ -110,7 +110,6 @@ TEST(backend_source, noop) {
CHECK(backend_device != NULL);
core::ScopedPtr<ISource> backend_source(backend_device->to_source(), arena);
CHECK(backend_source != NULL);

}
}

Expand Down

0 comments on commit 77cb044

Please sign in to comment.