diff --git a/tensorflow/core/common_runtime/device_set_test.cc b/tensorflow/core/common_runtime/device_set_test.cc index 2c4aa227462..550fbf568ed 100644 --- a/tensorflow/core/common_runtime/device_set_test.cc +++ b/tensorflow/core/common_runtime/device_set_test.cc @@ -68,7 +68,7 @@ TEST_F(DeviceSetTest, PrioritizedDeviceTypeList) { (std::vector{DeviceType(DEVICE_GPU), DeviceType(DEVICE_CPU)}), types()); - AddDevice("SYCL", "/job:a/replica:0/task:0/sycl:0"); + AddDevice("SYCL", "/job:a/replica:0/task:0/device:sycl:0"); EXPECT_EQ( (std::vector{DeviceType(DEVICE_SYCL), DeviceType(DEVICE_GPU), DeviceType(DEVICE_CPU)}), types());