aboutsummaryrefslogtreecommitdiff
path: root/libvpx/test/vp8_fragments_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libvpx/test/vp8_fragments_test.cc')
-rw-r--r--libvpx/test/vp8_fragments_test.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/libvpx/test/vp8_fragments_test.cc b/libvpx/test/vp8_fragments_test.cc
index ac967d1b7..6e5baf229 100644
--- a/libvpx/test/vp8_fragments_test.cc
+++ b/libvpx/test/vp8_fragments_test.cc
@@ -13,11 +13,11 @@
namespace {
-class VP8FramgmentsTest : public ::libvpx_test::EncoderTest,
- public ::testing::Test {
+class VP8FragmentsTest : public ::libvpx_test::EncoderTest,
+ public ::testing::Test {
protected:
- VP8FramgmentsTest() : EncoderTest(&::libvpx_test::kVP8) {}
- virtual ~VP8FramgmentsTest() {}
+ VP8FragmentsTest() : EncoderTest(&::libvpx_test::kVP8) {}
+ virtual ~VP8FragmentsTest() {}
virtual void SetUp() {
const unsigned long init_flags = // NOLINT(runtime/int)
@@ -28,7 +28,7 @@ class VP8FramgmentsTest : public ::libvpx_test::EncoderTest,
}
};
-TEST_F(VP8FramgmentsTest, TestFragmentsEncodeDecode) {
+TEST_F(VP8FragmentsTest, TestFragmentsEncodeDecode) {
::libvpx_test::RandomVideoSource video;
ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
}