Fix expectations.
This commit is contained in:
@@ -194,7 +194,7 @@ task hello3(type: RunKonanTest) {
|
||||
}
|
||||
|
||||
task tostring0(type: RunKonanTest) {
|
||||
goldValue = "127\n-1\n239\nA\n1122334455\n112233445566778899\n1E+27\n1E-300\ntrue\nfalse\n"
|
||||
goldValue = "127\n-1\n239\nA\n1122334455\n112233445566778899\n3.14159\n1E+27\n1E-300\ntrue\nfalse\n"
|
||||
source = "runtime/basic/tostring0.kt"
|
||||
}
|
||||
|
||||
@@ -269,4 +269,4 @@ task abstract_super(type: UnitKonanTest) {
|
||||
|
||||
task vtable1(type: UnitKonanTest) {
|
||||
source = "datagen/rtti/vtable1.kt"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user