Chromium Code Reviews| Index: source/libvpx/test/invalid_file_test.cc |
| =================================================================== |
| --- source/libvpx/test/invalid_file_test.cc (revision 278870) |
| +++ source/libvpx/test/invalid_file_test.cc (working copy) |
| @@ -64,7 +64,7 @@ |
| FILE *res_file_; |
| }; |
| -TEST_P(InvalidFileTest, DISABLED_ReturnCode) { |
| +TEST_P(InvalidFileTest, ReturnCode) { |
| const std::string filename = GET_PARAM(1); |
| libvpx_test::CompressedVideoSource *video = NULL; |