feat: update tests
This commit is contained in:
parent
a1adf36186
commit
30e52f0c56
|
@ -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}]
|
||||||
|
|
|
@ -11,3 +11,5 @@ void memoryLeaks() {
|
||||||
delete doubleDel;
|
delete doubleDel;
|
||||||
delete doubleDel;
|
delete doubleDel;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int main() { memoryLeaks(); }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user