Skip to content

Commit 5617b8c

Browse files
stasjaszarechenskiy
authored andcommitted
exclude compatibility section to load tests
1 parent bfd72ca commit 5617b8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/src/main/kotlin/org/jetbrains/kotlin/spec/viewer/SpecTestsViewer.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ class SpecTestsViewer {
6565
val excludedSectionsToLoadTests = setOf(
6666
"introduction", "experimental-features", "acknowledgments", "reference", "feedback",
6767
"syntax-and-grammar", "lexical-grammar", "whitespace-and-comments", "keywords-and-operators",
68-
"literals", "identifiers", "string-mode-grammar", "tokens", "syntax-grammar", "documentation-comments"
68+
"literals", "identifiers", "string-mode-grammar", "tokens", "syntax-grammar", "documentation-comments",
69+
"compatibility"
6970
)
7071
}
7172

0 commit comments

Comments
 (0)