This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
test_deep_copy: Fix assertion value.
tags/json-c-0.15-20200726
Björn Esser
5 years ago
parent
a8a0590921
commit
3008401b2a
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/test_deep_copy.c
+ 1
- 1
tests/test_deep_copy.c
View File
@@ -126,7 +126,7 @@ int main(int argc, char **argv)
src3 = json_tokener_parse(json_str3);
src3 = json_tokener_parse(json_str3);
assert(src1 != NULL);
assert(src1 != NULL);
assert(src
1
!= NULL);
assert(src
2
!= NULL);
assert(src3 != NULL);
assert(src3 != NULL);
printf("PASSED - loaded input data\n");
printf("PASSED - loaded input data\n");
Write
Preview
Loading…
Cancel
Save