diff options
author | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2010-09-14 05:35:59 +0000 |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2010-09-14 05:35:59 +0000 |
commit | dac3e879c56a50696a36f53e1e5e353e48fa665f (patch) | |
tree | 153342e638fc52dae7800c9de65ab4576cf52b26 /test/gtest_catch_exceptions_test_.cc | |
parent | 88e0df62470fa82e8d3010ef88241cd7565ebe9e (diff) | |
download | googletest-dac3e879c56a50696a36f53e1e5e353e48fa665f.tar.gz googletest-dac3e879c56a50696a36f53e1e5e353e48fa665f.tar.bz2 googletest-dac3e879c56a50696a36f53e1e5e353e48fa665f.zip |
Include gtest headers as user headers instead of system headers.
Diffstat (limited to 'test/gtest_catch_exceptions_test_.cc')
-rw-r--r-- | test/gtest_catch_exceptions_test_.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest_catch_exceptions_test_.cc b/test/gtest_catch_exceptions_test_.cc index 2ba6eb44..3cf75321 100644 --- a/test/gtest_catch_exceptions_test_.cc +++ b/test/gtest_catch_exceptions_test_.cc @@ -32,7 +32,7 @@ // Tests for Google Test itself. Tests in this file throw C++ or SEH // exceptions, and the output is verified by gtest_catch_exceptions_test.py. -#include <gtest/gtest.h> +#include "gtest/gtest.h" #include <stdio.h> // NOLINT #include <stdlib.h> // For exit(). |