diff options
| author | pengxuanzheng <[email protected]> | 2020-08-28 18:44:14 +0800 |
|---|---|---|
| committer | pengxuanzheng <[email protected]> | 2020-08-28 18:44:14 +0800 |
| commit | 4121cc7cb0fb7d2d3230e0eaa42637cab96e5c8f (patch) | |
| tree | f00602da9026d72c24688c6403a5128bc0c99d49 /gtest/script/end_expected.lua | |
| parent | 03b064f1f31853c79c4cde8213ed27a572ef3674 (diff) | |
修改输入参数tsg为TSG
Diffstat (limited to 'gtest/script/end_expected.lua')
| -rw-r--r-- | gtest/script/end_expected.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtest/script/end_expected.lua b/gtest/script/end_expected.lua index fb1dfcb..a886c55 100644 --- a/gtest/script/end_expected.lua +++ b/gtest/script/end_expected.lua @@ -1,3 +1,3 @@ -local str = tsg.data +local str = TSG.data if str then return string.len(str), str |
