forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Payment Request] isolate unit tests with a "TestCase" struct
These two files both define a TestCase struct in the anonymous namespace: payment_details_validation_unittest.cc payments_validators_unittest.cc These can conflict in jumbo builds. Let's isolate one of them by using a file-specific namespace instead of the anonymous namespace. Change-Id: Ic8e3fa255dde091311c02f73273a244782c4d2c3 Reviewed-on: https://chromium-review.googlesource.com/1180212 Reviewed-by: Rouslan Solomakhin <[email protected]> Commit-Queue: Rouslan Solomakhin <[email protected]> Cr-Commit-Position: refs/heads/master@{#584466}
- Loading branch information
Showing
1 changed file
with
84 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters