SWDEV-470698 - fix formatting, add format check workflow (#657)
This commit is contained in:
committed by
GitHub
parent
5840940caa
commit
f7338717ae
@@ -44,9 +44,9 @@ TEST_CASE("Unit_hipMipmappedArrayCreate_Negative_Parameters") {
|
||||
CHECK_IMAGE_SUPPORT;
|
||||
|
||||
#ifdef __linux__
|
||||
HipTest::HIP_SKIP_TEST("Mipmap APIs are not supported on Linux");
|
||||
return;
|
||||
#endif //__linux__
|
||||
HipTest::HIP_SKIP_TEST("Mipmap APIs are not supported on Linux");
|
||||
return;
|
||||
#endif //__linux__
|
||||
|
||||
hipmipmappedArray array;
|
||||
|
||||
@@ -123,6 +123,6 @@ TEST_CASE("Unit_hipMipmappedArrayCreate_Negative_Parameters") {
|
||||
}
|
||||
|
||||
/**
|
||||
* End doxygen group TextureTest.
|
||||
* @}
|
||||
*/
|
||||
* End doxygen group TextureTest.
|
||||
* @}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user