Added StringTrimLowering to pipeline (#4647)
This commit is contained in:
committed by
Nikolay Krasko
parent
73297a4ef3
commit
71f44dce0f
@@ -813,6 +813,10 @@ task hello0(type: KonanLocalTest) {
|
||||
source = "runtime/basic/hello0.kt"
|
||||
}
|
||||
|
||||
task stringTrim(type: KonanLocalTest) {
|
||||
source = "codegen/stringTrim/stringTrim.kt"
|
||||
}
|
||||
|
||||
standaloneTest("hello1") {
|
||||
goldValue = "Hello World"
|
||||
testData = "Hello World\n"
|
||||
|
||||
Reference in New Issue
Block a user