Skip to content

Commit 591556e

Browse files
committed
update test cases.
1 parent 7df4af3 commit 591556e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

trimindent-compiler/testData/basic.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fun main() {
3737
}
3838

3939
// EXPECT
40-
// FILE: Main.kt.stdout
40+
// FILE: MainKt.main.stdout
4141
hello
4242
world
4343
!!!

trimindent-compiler/testData/reIndent.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fun main() {
2727
println(s4)
2828
}
2929
// EXPECT
30-
// FILE: Main.kt.stdout
30+
// FILE: MainKt.main.stdout
3131
def test(a) {
3232
if(a > 1) {
3333
return true

0 commit comments

Comments
 (0)