| Index: Source/core/css/MediaQuerySetTest.cpp
|
| diff --git a/Source/core/css/MediaQuerySetTest.cpp b/Source/core/css/MediaQuerySetTest.cpp
|
| index f1dcd6dc1da08670f9094ab9e0ad2d9ec6ced10b..be5180c3ff5e490014933219c09c71e32ee23a37 100644
|
| --- a/Source/core/css/MediaQuerySetTest.cpp
|
| +++ b/Source/core/css/MediaQuerySetTest.cpp
|
| @@ -39,7 +39,7 @@ static void testMediaQuery(TestCase test, MediaQuerySet& querySet, bool oldParse
|
| }
|
| }
|
|
|
| -TEST(MediaQueryParserTest, Basic)
|
| +TEST(MediaQuerySetTest, Basic)
|
| {
|
| // The first string represents the input string.
|
| // The second string represents the output string, if present.
|
|
|