diff options
Diffstat (limited to 'lld/unittests/DriverTests/DarwinLdDriverTest.cpp')
-rw-r--r-- | lld/unittests/DriverTests/DarwinLdDriverTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/unittests/DriverTests/DarwinLdDriverTest.cpp b/lld/unittests/DriverTests/DarwinLdDriverTest.cpp index 6c8799e089a..33d936717f5 100644 --- a/lld/unittests/DriverTests/DarwinLdDriverTest.cpp +++ b/lld/unittests/DriverTests/DarwinLdDriverTest.cpp @@ -26,7 +26,7 @@ namespace { class DarwinLdParserTest : public ParserTest<DarwinLdDriver, MachOLinkingContext> { protected: - virtual const LinkingContext *linkingContext() { return &_context; } + const LinkingContext *linkingContext() override { return &_context; } }; TEST_F(DarwinLdParserTest, Basic) { |