Minor: FILE directives fixed in two tests

This commit is contained in:
Mikhail Glukhikh
2016-03-14 15:47:31 +03:00
parent 92f1a20d5f
commit 7232c5ccc1
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
// FILE: a.Kt
// FILE: a.kt
package a
class C1 {
@@ -1,4 +1,4 @@
// FILE: InOut.k
// FILE: InOut.kt
interface In<in T>
// FILE: J1.java