Commit d2b5298c authored by sdefresne's avatar sdefresne Committed by Commit bot

Build address_data_test.cc on iOS.

The test has been converted upstream to use ASSERT_DEATH_IF_SUPPORTED
and can now be built on iOS.

BUG=595645

Review-Url: https://codereview.chromium.org/2849713004
Cr-Commit-Position: refs/heads/master@{#467973}
parent fb94b625
......@@ -216,12 +216,6 @@ test("libaddressinput_unittests") {
"src/cpp/test/validation_task_test.cc",
]
if (is_ios) {
# TODO(rouslan): This tests uses ASSERT_DEATH which is not supported on
# iOS. Re-enable once http://crbug.com/595645 is fixed.
sources -= [ "src/cpp/test/address_data_test.cc" ]
}
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [
":internal_config",
......
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