Update Kaleidoscope-Ranges testcase for new OneShot keys

The new items have been added to the end of the list (before `SAFE_START`),
where they belong.

Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>
pull/1024/head
Michael Richters 4 years ago
parent bde30b0831
commit 682019493a
No known key found for this signature in database
GPG Key ID: 1288FD13E4EEF0C0

@ -59,6 +59,9 @@ class Issue1010 : public ::testing::Test {
TURBO, TURBO,
DYNAMIC_MACRO_FIRST, DYNAMIC_MACRO_FIRST,
DYNAMIC_MACRO_LAST = DYNAMIC_MACRO_FIRST + 31, DYNAMIC_MACRO_LAST = DYNAMIC_MACRO_FIRST + 31,
OS_META_STICKY,
OS_ACTIVE_STICKY,
OS_CANCEL,
SAFE_START, SAFE_START,
KALEIDOSCOPE_SAFE_START = SAFE_START KALEIDOSCOPE_SAFE_START = SAFE_START

Loading…
Cancel
Save