1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

math: use full import module name in tests

This commit is contained in:
joe-conigliaro
2020-12-23 01:38:17 +11:00
parent d1fc65c260
commit 5f90192970
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import big
import math.big
fn test_new_big() {
n := big.new()