Skip to content

Commit 104a578

Browse files
author
Diptorup Deb
authored
Fix breaking c api tests. (#358)
1 parent 992d5e1 commit 104a578

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dpctl-capi/tests/test_sycl_program_interface.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ TEST_P(TestDPCTLSyclProgramInterface, Chk_CreateFromSpirv)
9898
ASSERT_TRUE(PRef != nullptr);
9999
ASSERT_TRUE(DPCTLProgram_HasKernel(PRef, "add"));
100100
ASSERT_TRUE(DPCTLProgram_HasKernel(PRef, "axpy"));
101-
DPCTLProgram_Delete(PRef);
102101
}
103102

104103
TEST_P(TestDPCTLSyclProgramInterface, Chk_GetKernel)

0 commit comments

Comments
 (0)