Fix broken build.
The fix for d8 readline() broke hello1 and hello2 tests.
This commit is contained in:
committed by
alexander-gorshenev
parent
51f74b4203
commit
21ad2d97e6
@@ -414,13 +414,13 @@ task hello0(type: RunKonanTest) {
|
||||
}
|
||||
|
||||
task hello1(type: RunKonanTest) {
|
||||
goldValue = "Hello World"
|
||||
goldValue = "Hello World\n"
|
||||
testData = "Hello World\n"
|
||||
source = "runtime/basic/hello1.kt"
|
||||
}
|
||||
|
||||
task hello2(type: RunKonanTest) {
|
||||
goldValue = "you entered 'Hello World'"
|
||||
goldValue = "you entered 'Hello World\n'"
|
||||
testData = "Hello World\n"
|
||||
source = "runtime/basic/hello2.kt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user