Simplifies ObjC style tests.
Test Plan: make -j12 FormatTests && tools/clang/unittests/Format/FormatTests --gtest_filter=FormatTestObjCStyle*
Differential D43231
[clang-format] Refactor ObjC tests AbandonedPublic Authored by jolesiak on Feb 13 2018, 3:54 AM.
Details
Summary Simplifies ObjC style tests. Test Plan: make -j12 FormatTests && tools/clang/unittests/Format/FormatTests --gtest_filter=FormatTestObjCStyle*
Diff Detail
Event TimelineComment Actions I don't believe this is needed: test fails before would fail at the line where test instance is checked, and after they will fail at the checkLanguage function. Comment Actions
Thank you for the comment!
Revision Contents
Diff 134021 unittests/Format/FormatTestObjC.cpp
|