Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-impl-fast
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
mu
mu-impl-fast
Commits
33326cb4
Commit
33326cb4
authored
Nov 15, 2016
by
John Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mistake in test value
parent
c334ea50
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tests/test_jit/test_memops.py
tests/test_jit/test_memops.py
+3
-3
No files found.
tests/test_jit/test_memops.py
View file @
33326cb4
...
...
@@ -24,8 +24,8 @@ def test_getfieldiref():
restype
=
ctypes
.
c_uint32
)
stt
=
Stt
()
stt
.
ui8
=
25
stt
.
ui64
=
0xabcdef0123456789
0
stt
.
ui32
=
0xcaf
f
ebabe
stt
.
ui64
=
0xabcdef0123456789
stt
.
ui32
=
0xcafebabe
res
=
fn
(
ctypes
.
byref
(
stt
))
assert
res
==
0xcaf
f
ebabe
,
"result: %s"
%
hex
(
res
)
assert
res
==
0xcafebabe
,
"result: %s"
%
hex
(
res
)
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