summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-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