Skip to content

Commit e214f13

Browse files
Remove mutation
1 parent 6a1746e commit e214f13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

thrust/testing/cuda/offset_iterator.cu

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,5 @@ void TestOffsetIteratorIndirectValue()
129129
offset = 2;
130130

131131
ASSERT_EQUAL(*iter, 2);
132-
// iter++;
133-
// ASSERT_EQUAL(*iter, 3);
134132
}
135133
DECLARE_VECTOR_UNITTEST(TestOffsetIteratorIndirectValue);

0 commit comments

Comments
 (0)