diff options
author | Drashna Jaelre <drashna@live.com> | 2022-09-17 00:50:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-17 17:50:54 +1000 |
commit | fb29c0ae53e32fb049516fcbe0f7863882ca9173 (patch) | |
tree | 989feaa47190248726a462bf761a98f46d91f406 /tests/autocorrect/config.h | |
parent | d67d388e776eeb8596181894639b6ed46c8a2d7d (diff) |
[Core] Add getreuer's Autocorrect feature to core (#15699)
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
Diffstat (limited to 'tests/autocorrect/config.h')
-rw-r--r-- | tests/autocorrect/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/autocorrect/config.h b/tests/autocorrect/config.h new file mode 100644 index 0000000000..b68bf0c2d5 --- /dev/null +++ b/tests/autocorrect/config.h @@ -0,0 +1,6 @@ +// Copyright 2021 Christopher Courtney, aka Drashna Jael're (@drashna) <drashna@live.com> +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include "test_common.h" |