зеркало из https://github.com/mozilla/gecko-dev.git
Fix failing test.
This commit is contained in:
Родитель
280ac9e770
Коммит
0a2de5baad
|
@ -323,7 +323,7 @@ test_closure_cdecl(PRInt8 i, test_func_ptr f)
|
|||
|
||||
#if defined(_WIN32) && !defined(_WIN64)
|
||||
PRInt32
|
||||
test_closure_cdecl(PRInt8 i, test_func_ptr_stdcall f)
|
||||
test_closure_stdcall(PRInt8 i, test_func_ptr_stdcall f)
|
||||
{
|
||||
return f(i);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче