We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5297894 commit dbd2815Copy full SHA for dbd2815
unified-runtime/test/layers/validation/lifetime.cpp
@@ -19,7 +19,7 @@ TEST_F(urTest, testUrAdapterHandleLifetimeExpectFail) {
19
20
// CHECK: [ RUN ] valAdapterTest.testUrAdapterHandleLifetimeExpectSuccess
21
// CHECK-NEXT: <VALIDATION>[DEBUG]: Reference count for handle {{[0-9xa-fA-F]+}} changed to 1
22
-// CHECK-NEXT: {{^(?!.*There are no valid references to handle).*$}}
+// CHECK-NOT: There are no valid references to handle
23
TEST_F(valAdapterTest, testUrAdapterHandleLifetimeExpectSuccess) {
24
size_t size = 0;
25
ur_adapter_info_t info_type = UR_ADAPTER_INFO_BACKEND;
0 commit comments