Skip to content

Commit 6ce7f03

Browse files
authored
Update backend_interface_update_test.cpp
1 parent 7948f7a commit 6ce7f03

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

runtime/backend/test/backend_interface_update_test.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -393,9 +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(
397-
std::get<int>(ref_backend_option.value) ==
398-
new_num_threads);
396+
ASSERT_TRUE(std::get<int>(ref_backend_option.value) ==new_num_threads);
399397

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

0 commit comments

Comments
 (0)