Skip to content

Commit

Permalink
Fix input types.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Jan 25, 2021
1 parent 11e997d commit 7bad610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github.com/diku-dk/segmented/segmented_tests.fut
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ entry test_replicated_iota (repl:[]i64) : []i64 =
-- ==
-- entry: test_segmented_iota
-- input { [false,false,false,true,false,false,false] }
-- output { [0i64,1i64,2i64,0i64,1i64,2i64,3] }
-- output { [0i64,1i64,2i64,0i64,1i64,2i64,3i64] }
-- input { [false] } output { [0i64] }
-- input { [true] } output { [0i64] }
-- input { empty([0]bool) } output { empty([0]i64) }
Expand Down

0 comments on commit 7bad610

Please sign in to comment.