diff options
Diffstat (limited to 'test/gtest-param-test2_test.cc')
-rw-r--r-- | test/gtest-param-test2_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest-param-test2_test.cc b/test/gtest-param-test2_test.cc index ccb6cfac..4a782fe7 100644 --- a/test/gtest-param-test2_test.cc +++ b/test/gtest-param-test2_test.cc @@ -32,7 +32,7 @@ // Tests for Google Test itself. This verifies that the basic constructs of // Google Test work. -#include <gtest/gtest.h> +#include "gtest/gtest.h" #include "test/gtest-param-test_test.h" |