Re: [PATCH 2/7] msvcp90/tests: Added allocator<char> tests (try2)
26 Jul
2010
26 Jul
'10
8:10 a.m.
Piotr Caban <piotr(a)codeweavers.com> writes:
@@ -22,6 +22,13 @@ #include <winbase.h> #include "wine/test.h"
+#ifndef __i386__ +/* Skip these tests for non x86 platforms */ +START_TEST(misc) +{ +} +#else
There's no reason not to run the tests on 64-bit, as long as the functions exist there, they should be tested too. -- Alexandre Julliard julliard(a)winehq.org
5622
Age (days ago)
5622
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard