aboutsummaryrefslogtreecommitdiff
path: root/core/math/big/private.odin
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2021-08-11 12:31:55 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2021-08-11 20:59:54 +0200
commit851780b8f449847953c49e59d7ce401f2d53c779 (patch)
tree4bdfbd3ca92e3ce590723a90deef9ac673d41fd6 /core/math/big/private.odin
parent5f34ff9f9f6bdbc62d6111f85167229ac8440747 (diff)
big: Add arguments and usage to test.py.
Diffstat (limited to 'core/math/big/private.odin')
-rw-r--r--core/math/big/private.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/big/private.odin b/core/math/big/private.odin
index 9b5677bb0..0a5cd6163 100644
--- a/core/math/big/private.odin
+++ b/core/math/big/private.odin
@@ -1,4 +1,4 @@
-package big
+package math_big
/*
Copyright 2021 Jeroen van Rijn <nom@duclavier.com>.