aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_throw_on_failure_test_.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest_throw_on_failure_test_.cc')
-rw-r--r--test/gtest_throw_on_failure_test_.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest_throw_on_failure_test_.cc b/test/gtest_throw_on_failure_test_.cc
index 88fbd5a7..03776ecb 100644
--- a/test/gtest_throw_on_failure_test_.cc
+++ b/test/gtest_throw_on_failure_test_.cc
@@ -35,7 +35,7 @@
// invoked by gtest_throw_on_failure_test.py, and is expected to exit
// with non-zero in the throw-on-failure mode or 0 otherwise.
-#include <gtest/gtest.h>
+#include "gtest/gtest.h"
int main(int argc, char** argv) {
testing::InitGoogleTest(&argc, argv);