Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
3d694ad2
Commit
3d694ad2
authored
May 01, 2009
by
kenton@google.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix test failure on 64-bit python.
parent
a8923cdd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
decoder_test.py
python/google/protobuf/internal/decoder_test.py
+1
-1
No files found.
python/google/protobuf/internal/decoder_test.py
View file @
3d694ad2
...
...
@@ -122,7 +122,7 @@ class DecoderTest(unittest.TestCase):
[
'fixed64'
,
decoder
.
Decoder
.
ReadFixed64
,
0xffffffffffffffff
,
'ReadLittleEndian64'
,
0xffffffffffffffff
],
[
'sfixed32'
,
decoder
.
Decoder
.
ReadSFixed32
,
long
(
-
1
),
'ReadLittleEndian32'
,
0xffffffff
],
'ReadLittleEndian32'
,
long
(
0xffffffff
)
],
[
'sfixed64'
,
decoder
.
Decoder
.
ReadSFixed64
,
long
(
-
1
),
'ReadLittleEndian64'
,
0xffffffffffffffff
],
[
'float'
,
decoder
.
Decoder
.
ReadFloat
,
0.0
,
...
...
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