Skip to content

Commit

Permalink
Remove defaultPasses()
Browse files Browse the repository at this point in the history
  • Loading branch information
lshala committed Jan 17, 2025
1 parent e581117 commit b39f758
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ class RestApiConceptTest {

assertEquals(operation.concept, concept)
assertEquals("POST", operation.httpMethod.name)
val memberCall = operation.underlyingNode
assertNotNull(memberCall)
}
}

fun getRestApiTranslationResult() =
testFrontend { builder -> builder.defaultPasses().registerLanguage(TestLanguage(".")) }
testFrontend { builder -> builder.registerLanguage(TestLanguage(".")) }
.build {
translationResult {
translationUnit() {
Expand Down

0 comments on commit b39f758

Please sign in to comment.