Fix expectations.

This commit is contained in:
Nikolay Igotti
2016-11-16 11:23:05 +03:00
parent 1ff59e2cd2
commit 0f12daa591
+2 -2
View File
@@ -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"
}
}