Commit 390be9bb by Jamie Madill Committed by Commit Bot

Test Runner: Use system path for gtest-internal.

This ensures we use the correct internal path in Chromium builds as well. Bug: angleproject:3162 Change-Id: I036dcbd8802f67162e5f5eccb6158910f0a5efcc Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2082134Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 49a68f18
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
// We directly call into a function to register the parameterized tests. This saves spinning up // We directly call into a function to register the parameterized tests. This saves spinning up
// a subprocess with a new gtest filter. // a subprocess with a new gtest filter.
#include "third_party/googletest/src/googletest/src/gtest-internal-inl.h" #include <gtest/../../src/gtest-internal-inl.h>
namespace js = rapidjson; namespace js = rapidjson;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment