File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/cxx/Core/SpawningKit Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ using namespace Passenger;
1818namespace tut {
1919 // Each test suite has a corresponding context struct, created and
2020 // deleted for every test case. You can put test case-local state here.
21- struct SomethingTest final : public TestBase {
21+ struct SomethingTest: public TestBase {
2222 Something something;
2323 };
2424
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ using namespace Passenger;
1212using namespace Passenger ::SpawningKit;
1313
1414namespace tut {
15- struct Core_SpawningKit_HandshakePerformTest final : public TestBase {
15+ struct Core_SpawningKit_HandshakePerformTest : public TestBase {
1616 WrapperRegistry::Registry wrapperRegistry;
1717 SpawningKit::Context::Schema schema;
1818 SpawningKit::Context context;
You can’t perform that action at this time.
0 commit comments