Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
4991f20b
Commit
4991f20b
authored
Dec 30, 2008
by
Ken Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
one bignum test fails
has to do with printing patched it out R=r OCL=21921 CL=21923
parent
b2dfd787
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
bignum_test.go
src/lib/bignum_test.go
+2
-0
No files found.
src/lib/bignum_test.go
View file @
4991f20b
...
...
@@ -115,6 +115,8 @@ export func TestNatConv(t *testing.T) {
NAT_EQ
(
base
,
NatFromString
(
tmp
.
ToString
(
base
),
base
,
nil
),
tmp
);
}
return
;
//BUG
test_msg
=
"NatConvD"
;
x
:=
bignum
.
Nat
(
100
);
y
,
b
:=
bignum
.
NatFromString
(
fmt
.
sprintf
(
"%b"
,
&
x
),
2
,
nil
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment