| Index: Source/core/animation/AnimatableNeutralTest.cpp
|
| diff --git a/Source/core/animation/AnimatableNeutralTest.cpp b/Source/core/animation/AnimatableNeutralTest.cpp
|
| index cfa7a84852384d8d63f2c5f18e8d8b7e8e0cdf58..dbf685ab8fd4dc9d4c614c318db132d5050be8fd 100644
|
| --- a/Source/core/animation/AnimatableNeutralTest.cpp
|
| +++ b/Source/core/animation/AnimatableNeutralTest.cpp
|
| @@ -40,12 +40,12 @@ using namespace WebCore;
|
|
|
| namespace {
|
|
|
| -TEST(CoreAnimationAnimatableNeutralTest, Create)
|
| +TEST(AnimationAnimatableNeutralTest, Create)
|
| {
|
| EXPECT_TRUE(AnimatableValue::neutralValue());
|
| }
|
|
|
| -TEST(CoreAnimationAnimatableNeutralTest, Add)
|
| +TEST(AnimationAnimatableNeutralTest, Add)
|
| {
|
| RefPtr<CSSValue> cssValue = CSSArrayFunctionValue::create();
|
| RefPtr<AnimatableValue> animatableUnknown = AnimatableUnknown::create(cssValue);
|
|
|