diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-03-23 19:48:53 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-03-23 21:47:03 +0530 |
| commit | 346c16b4e2ea26f47e0e370a490b7794492a9ebb (patch) | |
| tree | 277a30ac8b0c82a9c9736985385d0d150a55fcb5 /spec/main.cpp | |
| parent | 9cc72e8ea9f59f9a9627d05528d54a559ebd412c (diff) | |
| download | null-browser-346c16b4e2ea26f47e0e370a490b7794492a9ebb.tar.gz null-browser-346c16b4e2ea26f47e0e370a490b7794492a9ebb.zip | |
Apply clang-tidy suggestions
Diffstat (limited to 'spec/main.cpp')
| -rw-r--r-- | spec/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/main.cpp b/spec/main.cpp index 352ecba..15d0b60 100644 --- a/spec/main.cpp +++ b/spec/main.cpp @@ -4,5 +4,5 @@ int main(int argc, char **argv) { QApplication app(argc, argv); - return runAllTests(); + return run_all_tests(); } |
