feat: update tests

This commit is contained in:
张泊明518370910136 2024-11-03 02:12:25 -05:00
parent a1adf36186
commit 30e52f0c56
GPG Key ID: D47306D7062CDA9D
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
[{"name":"cppcheck","results":[{"score":84,"comment":"### Test results summary\n\n1. error: 2\n2. warning: 0\n3. portability: 0\n4. performance: 0\n5. style: 6\n6. information: 0\n7. debug: 0\n"}],"force_quit":false}] [{"name":"cppcheck","results":[{"score":85,"comment":"### Test results summary\n\n1. error: 2\n2. warning: 0\n3. portability: 0\n4. performance: 0\n5. style: 5\n6. information: 0\n7. debug: 0\n"}],"force_quit":false}]

View File

@ -11,3 +11,5 @@ void memoryLeaks() {
delete doubleDel; delete doubleDel;
delete doubleDel; delete doubleDel;
} }
int main() { memoryLeaks(); }