Bug 573066 - Fix ctypes stdcall closure tests. r=bsmedberg, a=blocker

This commit is contained in:
Dan Witte 2010-08-05 16:49:53 -07:00
Родитель 46cf5ce96e
Коммит 31ead374cd
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -2185,8 +2185,7 @@ function run_closure_tests(library)
run_single_closure_tests(library, ctypes.default_abi, "cdecl");
#ifdef WIN32
#ifndef HAVE_64BIT_OS
// stdcall closure tests are currently broken on windows. see bug 564966.
//run_single_closure_tests(library, ctypes.stdcall_abi, "stdcall");
run_single_closure_tests(library, ctypes.stdcall_abi, "stdcall");
#endif
#endif
}