Skip to content

Commit

Permalink
CPP-24010 Drop unit tests failing on the buildserver
Browse files Browse the repository at this point in the history
GitOrigin-RevId: aef666774a44b50eb1eef7f48ac1922484469518
  • Loading branch information
0x6675636b796f75676974687562 authored and intellij-monorepo-bot committed Mar 1, 2022
1 parent 518911b commit e8231a1
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,22 +97,6 @@ class MakefileBraceMatcherProviderTest : BasePlatformTestCase() {
caretBeforeBrace = false,
forward = true)

@Test
fun parenthesisMatchBackwardCaretBeforeOpeningBrace(): Unit =
doTest(PARENTHESIS_EXAMPLE,
openingBrace = "(",
closingBrace = ")",
caretBeforeBrace = true,
forward = false)

@Test
fun parenthesisMatchBackwardCaretAfterOpeningBrace(): Unit =
doTest(PARENTHESIS_EXAMPLE,
openingBrace = "(",
closingBrace = ")",
caretBeforeBrace = false,
forward = false)

private fun doTest(@Language("Makefile") text: String,
openingBrace: String,
closingBrace: String,
Expand Down

0 comments on commit e8231a1

Please sign in to comment.