diff --git a/projects/hip-tests/catch/unit/stream/hipStreamCreate.cc b/projects/hip-tests/catch/unit/stream/hipStreamCreate.cc index 21fff252bcb..104908a1106 100644 --- a/projects/hip-tests/catch/unit/stream/hipStreamCreate.cc +++ b/projects/hip-tests/catch/unit/stream/hipStreamCreate.cc @@ -18,6 +18,11 @@ THE SOFTWARE. */ #include "streamCommon.hh" +/// +// +// + + TEST_CASE("Unit_hipStreamCreate_default") { int id = GENERATE(range(0, HipTest::getDeviceCount()));