Skip to content

Commit 10484e8

Browse files
committed
Add TODO comment for failing test
1 parent eb19e46 commit 10484e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ArrayTests.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ testSwap = testGroup "Swap Tests" [ caseTests, performanceTests, propertyTests ]
256256
, testValuesSwapped2
257257
, testValuesSwapped3
258258
, testValuesSwapped4
259+
-- TODO: This should work for the primitive mutable backend
259260
#ifndef PRIM_MUTABLE_ARRAYS
260261
, testSwapSameIndex
261262
#endif

0 commit comments

Comments
 (0)