Browse Source

test: cleanup

skypjack 6 months ago
parent
commit
fe872f6a0d
1 changed files with 1 additions and 3 deletions
  1. 1 3
      test/entt/meta/meta_data.cpp

+ 1 - 3
test/entt/meta/meta_data.cpp

@@ -20,9 +20,7 @@ struct base {
     int value{3};
     int value{3};
 };
 };
 
 
-struct derived: base {
-    derived() = default;
-};
+struct derived: base {};
 
 
 struct clazz {
 struct clazz {
     operator int() const {
     operator int() const {