Added StringTrimLowering to pipeline (#4647)

This commit is contained in:
LepilkinaElena
2021-01-21 19:53:08 +03:00
committed by Nikolay Krasko
parent 73297a4ef3
commit 71f44dce0f
4 changed files with 41 additions and 0 deletions
@@ -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"