From: David Blaikie Date: Wed, 1 Oct 2014 21:19:39 +0000 (+0000) Subject: Update test name to match changes made in r218783 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=42f40dbbefe9d38407fb892d952bb05858647ad3;p=oota-llvm.git 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 --- 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);