| Index: test/compiled/abptest.cpp |
| =================================================================== |
| --- a/test/compiled/abptest.cpp |
| +++ b/test/compiled/abptest.cpp |
| @@ -10,16 +10,16 @@ |
| * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| * GNU General Public License for more details. |
| * |
| * You should have received a copy of the GNU General Public License |
| * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| */ |
| -#include "gtest/gtest.h" |
| +#include <gtest/gtest.h> |
| #include "compiled/String.h" |
| int main(int argc, char **argv) |
| { |
| ::testing::InitGoogleTest(&argc, argv); |
| return RUN_ALL_TESTS(); |
| } |