| Index: device/bluetooth/bluetooth_device_unittest.cc
|
| diff --git a/device/bluetooth/bluetooth_device_unittest.cc b/device/bluetooth/bluetooth_device_unittest.cc
|
| index f395764df919cf492ace28bdd388f55d58e51c70..4b99879fbdb2ec1ab31ae38e9395fb98723ad53f 100644
|
| --- a/device/bluetooth/bluetooth_device_unittest.cc
|
| +++ b/device/bluetooth/bluetooth_device_unittest.cc
|
| @@ -117,7 +117,7 @@ TEST_F(BluetoothTest, LowEnergyDeviceNoUUIDs) {
|
| // also require build configuration to generate string resources into a .pak
|
| // file.
|
|
|
| -#if defined(OS_ANDROID)
|
| +#if defined(OS_ANDROID) || defined(OS_MACOSX)
|
| // Basic CreateGattConnection test.
|
| TEST_F(BluetoothTest, CreateGattConnection) {
|
| InitWithFakeAdapter();
|
| @@ -132,7 +132,7 @@ TEST_F(BluetoothTest, CreateGattConnection) {
|
| EXPECT_TRUE(device->IsGattConnected());
|
| EXPECT_TRUE(gatt_connections_[0]->IsConnected());
|
| }
|
| -#endif // defined(OS_ANDROID)
|
| +#endif // defined(OS_ANDROID) || defined(OS_MACOSX)
|
|
|
| #if defined(OS_ANDROID)
|
| // Creates BluetoothGattConnection instances and tests that the interface
|
|
|