Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
49484479
Commit
49484479
authored
Jun 25, 2011
by
Francois Gouget
Committed by
Alexandre Julliard
Jun 27, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d3dx9_36/tests: Add a trailing '\n' to an ok() call.
parent
bdadc5d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
shader.c
dlls/d3dx9_36/tests/shader.c
+1
-1
No files found.
dlls/d3dx9_36/tests/shader.c
View file @
49484479
...
...
@@ -567,7 +567,7 @@ static void test_setting_arrays_table(IDirect3DDevice9 *device)
"The in-bounds elements of the array were not set, out={%f, %f, %f, %f}, should be {%f, %f, %f, %f}
\n
"
,
out
[
0
],
out
[
4
],
out
[
8
],
out
[
12
],
farray
[
0
],
farray
[
1
],
farray
[
2
],
farray
[
3
]);
ok
(
out
[
16
]
==
0
.
0
f
&&
out
[
20
]
==
0
.
0
f
&&
out
[
24
]
==
0
.
0
f
&&
out
[
28
]
==
0
.
0
f
,
"The excess elements of the array were set, out={%f, %f, %f, %f}, should be all 0.0f"
,
"The excess elements of the array were set, out={%f, %f, %f, %f}, should be all 0.0f
\n
"
,
out
[
16
],
out
[
20
],
out
[
24
],
out
[
28
]);
/* ivecarray takes up only 1 register, but a matrix takes up 4, so no elements should be set */
...
...
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