diff --git a/test/conformance/device/urDeviceGetGlobalTimestamps.cpp b/test/conformance/device/urDeviceGetGlobalTimestamps.cpp index fe47e3b167..bcd66a05f8 100644 --- a/test/conformance/device/urDeviceGetGlobalTimestamps.cpp +++ b/test/conformance/device/urDeviceGetGlobalTimestamps.cpp @@ -37,7 +37,8 @@ TEST_F(urDeviceGetGlobalTimestampTest, Success) { // cuda backend defines global timestamp only over a context. uur::raii::Context context = nullptr; if (*reinterpret_cast(vendorValue) == 4318u) { - ASSERT_SUCCESS(urContextCreate(1, devices.data(), nullptr, context.ptr())); + ASSERT_SUCCESS( + urContextCreate(1, devices.data(), nullptr, context.ptr())); } for (auto device : devices) {