aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gen_gtest_pred_impl.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gen_gtest_pred_impl.py')
-rwxr-xr-xscripts/gen_gtest_pred_impl.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gen_gtest_pred_impl.py b/scripts/gen_gtest_pred_impl.py
index 8307134a..39bb6cf7 100755
--- a/scripts/gen_gtest_pred_impl.py
+++ b/scripts/gen_gtest_pred_impl.py
@@ -386,8 +386,8 @@ def UnitTestPreamble():
#include <iostream>
-#include <gtest/gtest.h>
-#include <gtest/gtest-spi.h>
+#include "gtest/gtest.h"
+#include "gtest/gtest-spi.h"
// A user-defined data type.
struct Bool {