Fix test: check highlighting only in one direction

Otherwise, when we check the highlighting on one of the files, the text
of the other still contains the <lineMarker> annotation and can't be
indexed as valid Kotlin code.
This commit is contained in:
Dmitry Jemerov
2017-03-17 18:19:48 +01:00
parent 555b3f12ee
commit cf18c2243f
@@ -1,2 +1,4 @@
impl typealias <lineMarker>Header</lineMarker> = String
// !CHECK_HIGHLIGHTING
impl typealias Header = String