Skip to content

Commit

Permalink
v8, refactor: jssdk test error on mips64 and ppc64.
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Oct 8, 2023
1 parent 0fd2f6d commit a6f9b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jssdk/test/src/test-js.inl
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ TEST(ENG(api), scope)

rt->gc();

ASSERT_DOUBLE_EQ(100.5, v1.get("key1").toNumber());
ASSERT_DOUBLE_EQ((double)100.5, v1.get("key1").toNumber());
ASSERT_TRUE(v1.isObject());
}

Expand Down

0 comments on commit a6f9b1f

Please sign in to comment.