mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-05 12:31:33 +00:00
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
This commit is contained in:
parent
c729bae7b3
commit
42f40dbbef
@ -346,7 +346,7 @@ private:
|
||||
unsigned Immovable::Constructions = 0;
|
||||
unsigned Immovable::Destructions = 0;
|
||||
|
||||
TEST_F(OptionalTest, MoveOnlyEmplace) {
|
||||
TEST_F(OptionalTest, ImmovableEmplace) {
|
||||
Optional<Immovable> A;
|
||||
Immovable::ResetCounts();
|
||||
A.emplace(4);
|
||||
|
Loading…
Reference in New Issue
Block a user