diff options
Diffstat (limited to 'test/gtest_env_var_test_.cc')
-rw-r--r-- | test/gtest_env_var_test_.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest_env_var_test_.cc b/test/gtest_env_var_test_.cc index f7c78fcf..539afc96 100644 --- a/test/gtest_env_var_test_.cc +++ b/test/gtest_env_var_test_.cc @@ -32,7 +32,7 @@ // A helper program for testing that Google Test parses the environment // variables correctly. -#include <gtest/gtest.h> +#include "gtest/gtest.h" #include <iostream> |