Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
f096b023
Commit
f096b023
authored
Mar 20, 2010
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 22, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dxdiagn/tests: Add a trailing '\n' to an ok() call.
parent
381d73e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
container.c
dlls/dxdiagn/tests/container.c
+1
-1
No files found.
dlls/dxdiagn/tests/container.c
View file @
f096b023
...
@@ -279,7 +279,7 @@ static void test_GetChildContainer(void)
...
@@ -279,7 +279,7 @@ static void test_GetChildContainer(void)
ok
(
hr
==
S_OK
,
ok
(
hr
==
S_OK
,
"Expected IDxDiagContainer::GetChildContainer to return S_OK, got 0x%08x
\n
"
,
hr
);
"Expected IDxDiagContainer::GetChildContainer to return S_OK, got 0x%08x
\n
"
,
hr
);
if
(
SUCCEEDED
(
hr
))
if
(
SUCCEEDED
(
hr
))
todo_wine
ok
(
ptr
!=
child
,
"Expected the two pointers (%p vs. %p) to be unequal"
,
child
,
ptr
);
todo_wine
ok
(
ptr
!=
child
,
"Expected the two pointers (%p vs. %p) to be unequal
\n
"
,
child
,
ptr
);
IDxDiagContainer_Release
(
ptr
);
IDxDiagContainer_Release
(
ptr
);
IDxDiagContainer_Release
(
child
);
IDxDiagContainer_Release
(
child
);
...
...
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