test: use canonical nested library imports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package adler32_test;
|
||||
|
||||
import adler32;
|
||||
import hash.adler32;
|
||||
|
||||
fn putstr(s: str, into: []u8, off: i32) i32 = {
|
||||
let i: i32 = 0;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package crc16_test;
|
||||
|
||||
import crc16;
|
||||
import hash.crc16;
|
||||
|
||||
fn putstr(s: str, into: []u8, off: i32) i32 = {
|
||||
let i: i32 = 0;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package crc32_test;
|
||||
|
||||
import crc32;
|
||||
import hash.crc32;
|
||||
|
||||
fn putstr(s: str, into: []u8, off: i32) i32 = {
|
||||
let i: i32 = 0;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package crc64_test;
|
||||
|
||||
import crc64;
|
||||
import hash.crc64;
|
||||
|
||||
fn putstr(s: str, into: []u8, off: i32) i32 = {
|
||||
let i: i32 = 0;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package siphash_test;
|
||||
|
||||
import siphash;
|
||||
import hash.siphash;
|
||||
|
||||
fn putstr(s: str, into: []u8, off: i32) i32 = {
|
||||
let i: i32 = 0;
|
||||
|
||||
Reference in New Issue
Block a user