Skip to content

Commit 06e4733

Browse files
committed
[test] Disable syntax map for NullEditorConsumer
This doesn't seem to be required by any of the tests using it.
1 parent ae3a1d8 commit 06e4733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/SourceKit/SwiftLang/NullEditorConsumer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class NullEditorConsumer : public EditorConsumer {
2121
llvm_unreachable("unexpected error");
2222
}
2323

24-
bool syntaxMapEnabled() override { return true; }
24+
bool syntaxMapEnabled() override { return false; }
2525

2626
void handleSyntaxMap(unsigned Offset, unsigned Length, UIdent Kind) override {
2727
}

0 commit comments

Comments
 (0)