feat: update tests

This commit is contained in:
张泊明518370910136 2024-11-03 01:59:35 -05:00
parent e740770605
commit e47510c014
GPG Key ID: D47306D7062CDA9D
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -105,7 +105,6 @@ public:
class Derived : public Base {
public:
void normalFunction() {} // Hiding base class function
void virtualFunction() {} // Missing override keyword
};