forked from OSchip/llvm-project
[Format] Drop speculative test added in previous patch, it hits asserts?
This commit is contained in:
parent
1654b22ac0
commit
4b53c00173
|
@ -2146,7 +2146,8 @@ TEST_F(FormatTestJS, NestedTemplateStrings) {
|
|||
// Crashed at some point.
|
||||
verifyFormat("}");
|
||||
verifyFormat("`");
|
||||
verifyFormat("`\\");
|
||||
// FIXME: still crashing?
|
||||
// verifyFormat("`\\");
|
||||
}
|
||||
|
||||
TEST_F(FormatTestJS, TaggedTemplateStrings) {
|
||||
|
|
Loading…
Reference in New Issue