Skip to content

Commit 1e188d9

Browse files
committed
add missing json test
1 parent 43a428d commit 1e188d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/json_fmt.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ int main() {
158158
if (main_readme2() != EXIT_SUCCESS) {
159159
return EXIT_FAILURE;
160160
}
161+
if (main_readme3() != EXIT_SUCCESS) {
162+
return EXIT_FAILURE;
163+
}
161164

162165
return EXIT_SUCCESS;
163166
}

0 commit comments

Comments
 (0)