Author: Sam McCall Date: 2022-10-06T17:57:58+02:00 New Revision: 4b53c00173163774d32125fbcae283a46a9a4b19
URL: https://github.com/llvm/llvm-project/commit/4b53c00173163774d32125fbcae283a46a9a4b19 DIFF: https://github.com/llvm/llvm-project/commit/4b53c00173163774d32125fbcae283a46a9a4b19.diff LOG: [Format] Drop speculative test added in previous patch, it hits asserts? Added: Modified: clang/unittests/Format/FormatTestJS.cpp Removed: ################################################################################ diff --git a/clang/unittests/Format/FormatTestJS.cpp b/clang/unittests/Format/FormatTestJS.cpp index f2a5559e871d..5291cb7adaaf 100644 --- a/clang/unittests/Format/FormatTestJS.cpp +++ b/clang/unittests/Format/FormatTestJS.cpp @@ -2146,7 +2146,8 @@ TEST_F(FormatTestJS, NestedTemplateStrings) { // Crashed at some point. verifyFormat("}"); verifyFormat("`"); - verifyFormat("`\\"); + // FIXME: still crashing? + // verifyFormat("`\\"); } TEST_F(FormatTestJS, TaggedTemplateStrings) { _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits