Skip to content

Commit

Permalink
Fix test for new CamelCase splitting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Predelnik committed May 21, 2018
1 parent eb1a0b5 commit 9be7c6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/SampleTest.cpp
Expand Up @@ -126,7 +126,6 @@ wrongword
editor.set_active_document_text(v, LR"(
abaas123asd
wEirdCasE
SCREAMING
)");
sc.recheck_visible_both_views();
CHECK(editor.get_underlined_words(v, dspellchecker_indicator_id) ==
Expand All @@ -142,7 +141,6 @@ wrongword
CHECK(sc.get_all_misspellings_as_string() == LR"(Cas
E
Eird
SCREAMING
w
)");
{
Expand Down

0 comments on commit 9be7c6a

Please sign in to comment.