diff options
Diffstat (limited to 'test/gtest_help_test_.cc')
-rw-r--r-- | test/gtest_help_test_.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest_help_test_.cc b/test/gtest_help_test_.cc index aad0d72d..31f78c24 100644 --- a/test/gtest_help_test_.cc +++ b/test/gtest_help_test_.cc @@ -32,7 +32,7 @@ // This program is meant to be run by gtest_help_test.py. Do not run // it directly. -#include <gtest/gtest.h> +#include "gtest/gtest.h" // When a help flag is specified, this program should skip the tests // and exit with 0; otherwise the following test will be executed, |