Commit c1ca9459 authored by Rakesh Soma's avatar Rakesh Soma Committed by Commit Bot

Fix the failing gcp_unit_tests on win-asan windows machine.

Bug: 987291
Change-Id: Ibdb1dfa5de51aa130c7853f12290889740ea7b86
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715742
Auto-Submit: Rakesh Soma <rakeshsoma@google.com>
Reviewed-by: default avatarTien Mai <tienmai@chromium.org>
Commit-Queue: Rakesh Soma <rakeshsoma@google.com>
Cr-Commit-Position: refs/heads/master@{#680600}
parent 97db42df
......@@ -76,7 +76,7 @@ TEST_F(GcpReauthCredentialTest, SetOSUserInfoAndReauthEmail) {
// 4. Is sid empty.
class GcpReauthCredentialGetStringValueTest
: public GcpReauthCredentialTest,
public ::testing::WithParamInterface<std::tuple<int, bool, bool, bool>> {
public ::testing::WithParamInterface<std::tuple<bool, bool, bool, bool>> {
};
TEST_P(GcpReauthCredentialGetStringValueTest, FidDescription) {
......@@ -151,7 +151,7 @@ TEST_P(GcpReauthCredentialGetStringValueTest, FidDescription) {
INSTANTIATE_TEST_SUITE_P(,
GcpReauthCredentialGetStringValueTest,
::testing::Combine(::testing::Values(0, 1),
::testing::Combine(::testing::Bool(),
::testing::Bool(),
::testing::Bool(),
::testing::Bool()));
......
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