Skip to content

Commit 8e8a143

Browse files
committed
style: fix missing NOLINT
1 parent 02b55ee commit 8e8a143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_class.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ TEST_SUBMODULE(class_, m) {
322322

323323
class PublicistB : public ProtectedB {
324324
public:
325-
~PublicistB() override {};
325+
~PublicistB() override {}; // NOLINT(modernize-use-equals-default) breaks ICPC
326326
using ProtectedB::foo;
327327
};
328328

0 commit comments

Comments
 (0)