mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-05 04:17:53 +00:00
Fix x86 error
This commit is contained in:
parent
5db0b520c4
commit
e84eb00af1
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ TEST(ModelBuilderAPITest, Basic_CApi) {
|
|||
|
||||
api.ReleaseSession(session.release());
|
||||
|
||||
ASSERT_EQ(deleter.weights.size(), 0) << "All weights should have been freed";
|
||||
ASSERT_EQ(deleter.weights.size(), size_t(0)) << "All weights should have been freed";
|
||||
};
|
||||
|
||||
run_test(false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue