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/basic/config.h | |
parent | 1fb02d5ad87e69d459ae63235bbb3057083866ef (diff) |
Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test cases (#15889)
Diffstat (limited to 'tests/basic/config.h')
-rw-r--r-- | tests/basic/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/config.h b/tests/basic/config.h index 85fa9d691d..7fc76d7c2e 100644 --- a/tests/basic/config.h +++ b/tests/basic/config.h @@ -16,4 +16,4 @@ #pragma once -#include "test_common.h"
\ No newline at end of file +#include "test_common.h" |