Chromium Code Reviews| Index: core/fpdfapi/parser/cpdf_dataavail_embeddertest.cpp |
| diff --git a/core/fpdfapi/parser/cpdf_dataavail_embeddertest.cpp b/core/fpdfapi/parser/cpdf_dataavail_embeddertest.cpp |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..65b8f7c8eb1c3802b4f8eab61fc3bedb3699f05d |
| --- /dev/null |
| +++ b/core/fpdfapi/parser/cpdf_dataavail_embeddertest.cpp |
| @@ -0,0 +1,10 @@ |
| +// Copyright 2015 PDFium Authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#include "public/fpdfview.h" |
| + |
| +#include "testing/embedder_test.h" |
| +#include "testing/gtest/include/gtest/gtest.h" |
| + |
| +class CPDFDataAvailEmbeddertest : public EmbedderTest {}; |
|
Lei Zhang
2016/11/01 22:51:29
Did you actually want to add this empty test?
snake
2016/11/02 12:11:17
Was added by mistake. Removed.
|