Skip to content

Commit fe19c94

Browse files
Rx-RayRx
andauthored
修改错误测试用例 (Tencent#2194)
* 重新整理pr代码 * fix bracket problem * del cmake --------- Co-authored-by: Rx <11816094+strling@user.noreply.gitee.com>
1 parent 65bbc4e commit fe19c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unity/native/papi-python/test/papi_py_base_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ TEST_F(PApiBaseTest, VariableAccess)
543543

544544
auto code = R"((lambda TestStruct: (
545545
TestStruct.ctor_count,
546-
exec('TestStruct.ctor_count=999'
546+
exec('TestStruct.ctor_count=999')
547547
))(loadClass('TestStruct'))[0])";
548548
TestStruct::ctor_count = 100;
549549
auto ret = apis->eval(env, (const uint8_t*) (code), strlen(code), "test.js");

0 commit comments

Comments
 (0)