summary refs log tree commit diff stats
path: root/tests/vm/tsignaturehash.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vm/tsignaturehash.nim')
-rw-r--r--tests/vm/tsignaturehash.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/tsignaturehash.nim b/tests/vm/tsignaturehash.nim
index 42e0a1571..972ec6fb0 100644
--- a/tests/vm/tsignaturehash.nim
+++ b/tests/vm/tsignaturehash.nim
@@ -1,7 +1,7 @@
 # test sym digest is computable at compile time
 
 import macros, algorithm
-import md5
+import ../../dist/checksums/src/checksums/md5
 
 macro testmacro(s: typed{nkSym}): string =
   let s = getMD5(signaturehash(s) & " - " & symBodyHash(s))