diff options
author | Isaac Elenbaas <isaacelenbaas@gmail.com> | 2023-09-24 22:45:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-25 12:45:49 +1000 |
commit | dd94877ec6d2ee5c4cdb0e71287abd76585b0268 (patch) | |
tree | 26ded3ce8338286243d1b59d597f41329fea6ef4 /tests/test_common/main.cpp | |
parent | 1fb02d5ad87e69d459ae63235bbb3057083866ef (diff) |
Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test cases (#15889)
Diffstat (limited to 'tests/test_common/main.cpp')
-rw-r--r-- | tests/test_common/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_common/main.cpp b/tests/test_common/main.cpp index 0f4e320b07..ac481b8fba 100644 --- a/tests/test_common/main.cpp +++ b/tests/test_common/main.cpp @@ -29,4 +29,4 @@ int main(int argc, char **argv) { init_logging(); return RUN_ALL_TESTS(); -}
\ No newline at end of file +} |