aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Madill <jmadill@chromium.org>2021-07-19 09:52:13 -0400
committerAngle LUCI CQ <angle-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-07-19 14:59:02 +0000
commit0a83d95838cdb18f8abb3652b01b1c34d2581663 (patch)
tree0d907b6d3042fc7e9c244f3b235373d2730f1a4e
parent75c0d67c87fcf1a4618a33bc8c8e86aff2490c09 (diff)
downloadangle-0a83d95838cdb18f8abb3652b01b1c34d2581663.tar.gz
Capture/Replay tests: Fix missing usage of ApplicationDir.
This was changed to ModuleDir in http://crrev.com/c/3035444 Fixed the capture/replay self-tests. Bug: chromium:1219969 Change-Id: Iaada421e9748db1e8afe17acf0705d5a89db6edb Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3035248 Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
-rw-r--r--src/tests/capture_replay_tests/CaptureReplayTests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/capture_replay_tests/CaptureReplayTests.cpp b/src/tests/capture_replay_tests/CaptureReplayTests.cpp
index 31e5985543..8b6ac867e2 100644
--- a/src/tests/capture_replay_tests/CaptureReplayTests.cpp
+++ b/src/tests/capture_replay_tests/CaptureReplayTests.cpp
@@ -39,7 +39,7 @@ class CaptureReplayTests
{
// Load EGL library so we can initialize the display.
mEntryPointsLib.reset(
- angle::OpenSharedLibrary(ANGLE_EGL_LIBRARY_NAME, angle::SearchType::ApplicationDir));
+ angle::OpenSharedLibrary(ANGLE_EGL_LIBRARY_NAME, angle::SearchType::ModuleDir));
mOSWindow = OSWindow::New();
mOSWindow->disableErrorMessageDialog();