summaryrefslogtreecommitdiffstats
path: root/llvm/unittests
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-10-05 21:46:56 +0000
committerReid Kleckner <rnk@google.com>2016-10-05 21:46:56 +0000
commit6f83e8b1d79508a2420f0cd7719c45be853ab107 (patch)
tree444d3b5b1ca826bc27489e0d1fe45ec87c3cfc94 /llvm/unittests
parentb0311b290e99bf2a153be58e2da2254de29b1fe3 (diff)
downloadbcm5719-llvm-6f83e8b1d79508a2420f0cd7719c45be853ab107.tar.gz
bcm5719-llvm-6f83e8b1d79508a2420f0cd7719c45be853ab107.zip
Remove extra semicolon
llvm-svn: 283395
Diffstat (limited to 'llvm/unittests')
-rw-r--r--llvm/unittests/ADT/STLExtrasTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/ADT/STLExtrasTest.cpp b/llvm/unittests/ADT/STLExtrasTest.cpp
index 4f49fb77479..db344bc6089 100644
--- a/llvm/unittests/ADT/STLExtrasTest.cpp
+++ b/llvm/unittests/ADT/STLExtrasTest.cpp
@@ -137,7 +137,7 @@ template <> struct CanCopy<false> {
CanCopy() = default;
// FIXME: Use '= default' when we drop MSVC 2013.
- CanCopy(CanCopy &&) {};
+ CanCopy(CanCopy &&) {}
};
template <bool Moveable, bool Copyable>
OpenPOWER on IntegriCloud