Skip to content

Commit

Permalink
Fixing test case failure
Browse files Browse the repository at this point in the history
  • Loading branch information
MSLaguana committed Jul 21, 2017
1 parent 22ae8a1 commit 1a36fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/NativeTests/JsRTApiTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2154,7 +2154,7 @@ namespace JsRTApiTest
buf[written] = '\xff';

REQUIRE(JsCopyStringOneByte(value, 0, 10, buf, &written) == JsNoError);
CHECK(written == 6);
CHECK(written == 8);
CHECK(buf[0] == '0');
CHECK(buf[1] == '\x10');
CHECK(buf[2] == '\x80');
Expand Down

0 comments on commit 1a36fd6

Please sign in to comment.