Skip to content

Commit b63ad1a

Browse files
Remove bin files
2 parents 1df8a50 + d94cf44 commit b63ad1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

onnxruntime/test/autoep/test_execution.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ TEST(OrtEpLibrary, PluginEp_GenEpContextModel_OutStream) {
204204

205205
for (const auto& bin_path : ep_ctx_write_state.bin_locations) {
206206
EXPECT_TRUE(std::filesystem::exists(*bin_path));
207+
std::filesystem::remove(*bin_path);
207208
}
208209
}
209210
}

0 commit comments

Comments
 (0)