Skip to content

Commit 37f0be0

Browse files
[NFC][SYCL][E2E] Rename Scheduler/{DISABLED_DataMovement.cpp -> DataMovement.cpp} (#11066)
1 parent c0caaec commit 37f0be0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sycl/test-e2e/Scheduler/DISABLED_DataMovement.cpp renamed to sycl/test-e2e/Scheduler/DataMovement.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ template <typename T> class CustomAllocator {
2929
using const_reference = const T &;
3030

3131
public:
32-
template <typename U> struct rebind { typedef CustomAllocator<U> other; };
32+
template <typename U> struct rebind {
33+
typedef CustomAllocator<U> other;
34+
};
3335

3436
void construct(pointer Ptr, const_reference Val) {
3537
new (Ptr) value_type(Val);

0 commit comments

Comments
 (0)