Skip to content

Commit 7948f7a

Browse files
authored
Update backend_interface_update_test.cpp
1 parent 4f1f295 commit 7948f7a

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
@@ -400,4 +400,4 @@ TEST_F(BackendUpdateTest, TestSetGetOption) {
400400
// Verify that the backend actually update the options
401401
ASSERT_EQ(stub_backend->last_options_size, 1);
402402
ASSERT_EQ(stub_backend->last_num_threads, new_num_threads);
403-
}
403+
}

0 commit comments

Comments
 (0)