Skip to content

Commit 274ee93

Browse files
authored
Update backend_interface_update_test.cpp
lint
1 parent 6ce7f03 commit 274ee93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/backend/test/backend_interface_update_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ TEST_F(BackendUpdateTest, TestSetGetOption) {
393393
status = get_option("StubBackend", ref_backend_option);
394394

395395
// Verify that the backend actually received the options
396-
ASSERT_TRUE(std::get<int>(ref_backend_option.value) ==new_num_threads);
396+
ASSERT_TRUE(std::get<int>(ref_backend_option.value) == new_num_threads);
397397

398398
// Verify that the backend actually update the options
399399
ASSERT_EQ(stub_backend->last_options_size, 1);

0 commit comments

Comments
 (0)