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
088045be
Commit
088045be
authored
May 06, 2021
by
Francois Gouget
Committed by
Alexandre Julliard
May 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp140_1/tests: Fix the spelling of test_get_set_default_resource().
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c021db5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
msvcp140_1.c
dlls/msvcp140_1/tests/msvcp140_1.c
+3
-3
No files found.
dlls/msvcp140_1/tests/msvcp140_1.c
View file @
088045be
...
...
@@ -259,7 +259,7 @@ static void test_null_memory_resource(void)
"Resource should not be equal to a random pointer.
\n
"
);
}
static
void
test_get_set_defult_resource
(
static
void
test_get_set_def
a
ult_resource
(
memory_resource
*
(
__cdecl
*
new_delete_resource
)(
void
),
memory_resource
*
(
__cdecl
*
set_default_resource
)(
memory_resource
*
))
{
...
...
@@ -295,9 +295,9 @@ START_TEST(msvcp140_1)
test_null_memory_resource
();
test_get_set_defult_resource
(
p__Aligned_new_delete_resource
,
test_get_set_def
a
ult_resource
(
p__Aligned_new_delete_resource
,
p__Aligned_set_default_resource
);
test_get_set_defult_resource
(
p__Unaligned_new_delete_resource
,
test_get_set_def
a
ult_resource
(
p__Unaligned_new_delete_resource
,
p__Unaligned_set_default_resource
);
FreeLibrary
(
msvcp
);
...
...
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