mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Remove render indices comment
This commit is contained in:
parent
c8c3944673
commit
bd5259363c
1 changed files with 0 additions and 12 deletions
|
@ -125,15 +125,3 @@ test "test hash" {
|
|||
expectEqual(frth_expectation, frth_result);
|
||||
}
|
||||
|
||||
//test "Render Indices" {
|
||||
// const print = std.debug.print;
|
||||
//
|
||||
// const limit = 32;
|
||||
//
|
||||
// var i : u8 = 0;
|
||||
//
|
||||
// while (i < (2 * limit)) {
|
||||
// print("Index {} hashes to {}\n", .{ i, hash(std.mem.asBytes(&i), 0) % limit});
|
||||
// i += 1;
|
||||
// }
|
||||
//}
|
Loading…
Add table
Add a link
Reference in a new issue