| Index: ios/chrome/browser/payments/payment_request_unittest.mm
|
| diff --git a/ios/chrome/browser/payments/payment_request_unittest.mm b/ios/chrome/browser/payments/payment_request_unittest.mm
|
| index a8008982a9e50d37b3af51ea59f3ca3d71da84ca..8bcf4948a16e25a6e3270d761c0ee97d486e1892 100644
|
| --- a/ios/chrome/browser/payments/payment_request_unittest.mm
|
| +++ b/ios/chrome/browser/payments/payment_request_unittest.mm
|
| @@ -11,6 +11,10 @@
|
| #include "ios/web/public/payments/payment_request.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| // Tests that the payments::CurrencyFormatter is constructed with the correct
|
| // currency code and currency system.
|
| TEST(PaymentRequestTest, CreatesCurrencyFormatterCorrectly) {
|
|
|