summaryrefslogtreecommitdiffstats
path: root/lld/unittests
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-07-23 23:03:55 +0000
committerRui Ueyama <ruiu@google.com>2015-07-23 23:03:55 +0000
commit8abca7e7294352390af75a6a24d264a4a9c8643f (patch)
tree7f68c7f41ca3276ce4fda15309240bcdd93dc579 /lld/unittests
parent89696664506af0c118710825bbc11752b52d87c2 (diff)
downloadbcm5719-llvm-8abca7e7294352390af75a6a24d264a4a9c8643f.tar.gz
bcm5719-llvm-8abca7e7294352390af75a6a24d264a4a9c8643f.zip
Fix -Wextra-semi.
Patch from Eugene.Zelenko! llvm-svn: 243060
Diffstat (limited to 'lld/unittests')
-rw-r--r--lld/unittests/DriverTests/GnuLdDriverTest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lld/unittests/DriverTests/GnuLdDriverTest.cpp b/lld/unittests/DriverTests/GnuLdDriverTest.cpp
index db8a48d4a34..5c2756331f4 100644
--- a/lld/unittests/DriverTests/GnuLdDriverTest.cpp
+++ b/lld/unittests/DriverTests/GnuLdDriverTest.cpp
@@ -42,7 +42,7 @@ protected:
std::error_code ec =
GnuLdDriver::evalLinkerScript(*_ctx, std::move(mb), out, nostdlib);
EXPECT_FALSE(ec);
- };
+ }
std::unique_ptr<ELFLinkingContext> _ctx;
};
@@ -281,4 +281,3 @@ TEST_F(LinkerScriptTest, ExprEval) {
EXPECT_EQ(0x14000, result);
EXPECT_EQ(0, sa2->symbol().compare(StringRef(".")));
}
-
OpenPOWER on IntegriCloud