math: use full import module name in tests

pull/7472/head
joe-conigliaro 2020-12-23 01:38:17 +11:00
parent d1fc65c260
commit 5f90192970
No known key found for this signature in database
GPG Key ID: C12F7136C08206F1
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()

View File

@ -1,7 +1,7 @@
// Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.
import fractions
import math.fractions
import math
fn test_half() {