diff options
| author | Reid Kleckner <rnk@google.com> | 2016-10-05 21:46:56 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2016-10-05 21:46:56 +0000 |
| commit | 6f83e8b1d79508a2420f0cd7719c45be853ab107 (patch) | |
| tree | 444d3b5b1ca826bc27489e0d1fe45ec87c3cfc94 /llvm/unittests | |
| parent | b0311b290e99bf2a153be58e2da2254de29b1fe3 (diff) | |
| download | bcm5719-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.cpp | 2 |
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> |

