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:
parent
d1fc65c260
commit
5f90192970
@ -1,4 +1,4 @@
|
|||||||
import big
|
import math.big
|
||||||
|
|
||||||
fn test_new_big() {
|
fn test_new_big() {
|
||||||
n := big.new()
|
n := big.new()
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
|
// Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved.
|
||||||
// Use of this source code is governed by an MIT license
|
// Use of this source code is governed by an MIT license
|
||||||
// that can be found in the LICENSE file.
|
// that can be found in the LICENSE file.
|
||||||
import fractions
|
import math.fractions
|
||||||
import math
|
import math
|
||||||
|
|
||||||
fn test_half() {
|
fn test_half() {
|
||||||
|
Loading…
Reference in New Issue
Block a user