diff --git a/catch/unit/stream/hipStreamCreate.cc b/catch/unit/stream/hipStreamCreate.cc index 21fff252b..104908a11 100644 --- a/catch/unit/stream/hipStreamCreate.cc +++ b/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()));