Skip to content

Commit 1e643ae

Browse files
committed
Changed debug info
1 parent ea8af4c commit 1e643ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/GraphBLAS-sharp.Tests/BackendCommonTests/BitonicSortTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let testContext =
1616
contexts.[0]
1717

1818
let context = testContext.ClContext
19-
printfn "%A" context
19+
printfn "%A" testContext
2020

2121
let makeTest (q: MailboxProcessor<_>) sort (filter: 'a -> bool) (array: ('n * 'n * 'a) []) =
2222
if array.Length > 0 then

0 commit comments

Comments
 (0)