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
d360b6f9
Commit
d360b6f9
authored
Nov 22, 2010
by
Paul Vriens
Committed by
Alexandre Julliard
Nov 23, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mscoree/tests: Remove an unneeded test.
parent
759f12c1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
mscoree.c
dlls/mscoree/tests/mscoree.c
+0
-6
No files found.
dlls/mscoree/tests/mscoree.c
View file @
d360b6f9
...
...
@@ -149,7 +149,6 @@ static void test_loadlibraryshim(void)
const
WCHAR
fusion
[]
=
{
'f'
,
'u'
,
's'
,
'i'
,
'o'
,
'n'
,
0
};
const
WCHAR
fusiondll
[]
=
{
'f'
,
'u'
,
's'
,
'i'
,
'o'
,
'n'
,
'.'
,
'd'
,
'l'
,
'l'
,
0
};
const
WCHAR
nosuchdll
[]
=
{
'j'
,
'n'
,
'v'
,
'n'
,
'l'
,
'.'
,
'd'
,
'l'
,
'l'
,
0
};
const
WCHAR
gdipdll
[]
=
{
'g'
,
'd'
,
'i'
,
'p'
,
'l'
,
'u'
,
's'
,
'.'
,
'd'
,
'l'
,
'l'
,
0
};
const
WCHAR
gdidll
[]
=
{
'g'
,
'd'
,
'i'
,
'3'
,
'2'
,
'.'
,
'd'
,
'l'
,
'l'
,
0
};
HRESULT
hr
;
const
WCHAR
*
latest
=
NULL
;
...
...
@@ -239,11 +238,6 @@ static void test_loadlibraryshim(void)
if
(
SUCCEEDED
(
hr
))
FreeLibrary
(
hdll
);
hr
=
pLoadLibraryShim
(
gdipdll
,
latest
,
NULL
,
&
hdll
);
todo_wine
ok
(
hr
==
E_HANDLE
,
"LoadLibraryShim failed, hr=%x
\n
"
,
hr
);
if
(
SUCCEEDED
(
hr
))
FreeLibrary
(
hdll
);
hr
=
pLoadLibraryShim
(
gdidll
,
latest
,
NULL
,
&
hdll
);
todo_wine
ok
(
hr
==
E_HANDLE
,
"LoadLibraryShim failed, hr=%x
\n
"
,
hr
);
if
(
SUCCEEDED
(
hr
))
...
...
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