Skip to content

Commit

Permalink
Added namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirkhashev committed Jun 28, 2023
1 parent 5ba09be commit c02d4d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/extension/oneapi_queue_empty/queue_empty_ext_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*******************************************************************************/
#include "../../common/common.h"

namespace queue_empty::tests {
constexpr size_t buf_size = 10;
constexpr size_t iter_num = 10000000;

Expand Down Expand Up @@ -120,3 +121,4 @@ TEST_CASE(
CHECK(is_empty);
#endif
}
} // namespace queue_empty::tests

0 comments on commit c02d4d7

Please sign in to comment.