From 42f40dbbefe9d38407fb892d952bb05858647ad3 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Wed, 1 Oct 2014 21:19:39 +0000 Subject: [PATCH] Update test name to match changes made in r218783 Addressing post commit review feedback from Justin Bogner. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218821 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/ADT/OptionalTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/ADT/OptionalTest.cpp b/unittests/ADT/OptionalTest.cpp index 3ede81cfacc..cadadced139 100644 --- a/unittests/ADT/OptionalTest.cpp +++ b/unittests/ADT/OptionalTest.cpp @@ -346,7 +346,7 @@ private: unsigned Immovable::Constructions = 0; unsigned Immovable::Destructions = 0; -TEST_F(OptionalTest, MoveOnlyEmplace) { +TEST_F(OptionalTest, ImmovableEmplace) { Optional A; Immovable::ResetCounts(); A.emplace(4); -- 2.34.1