diff options
Diffstat (limited to 'lld/unittests/DriverTests/DarwinLdDriverTest.cpp')
| -rw-r--r-- | lld/unittests/DriverTests/DarwinLdDriverTest.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lld/unittests/DriverTests/DarwinLdDriverTest.cpp b/lld/unittests/DriverTests/DarwinLdDriverTest.cpp index 33d936717f5..761face8a5d 100644 --- a/lld/unittests/DriverTests/DarwinLdDriverTest.cpp +++ b/lld/unittests/DriverTests/DarwinLdDriverTest.cpp @@ -22,12 +22,12 @@ using namespace llvm; using namespace lld; namespace { - class DarwinLdParserTest : public ParserTest<DarwinLdDriver, MachOLinkingContext> { protected: const LinkingContext *linkingContext() override { return &_context; } }; +} TEST_F(DarwinLdParserTest, Basic) { EXPECT_TRUE(parse("ld", "foo.o", "bar.o", nullptr)); @@ -229,6 +229,3 @@ TEST_F(DarwinLdParserTest, llvmOptions) { EXPECT_EQ(strcmp(options[0],"-debug-only"), 0); EXPECT_EQ(strcmp(options[1],"foo"), 0); } - - -} // end anonymous namespace |

