Module: wine Branch: master Commit: 7420b7fe73942fe564b7c21032618143342bb89a URL: http://source.winehq.org/git/wine.git/?a=commit;h=7420b7fe73942fe564b7c21032...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Mar 27 16:15:16 2014 +0100
kernel32/tests: Move allocation tests into heap.c.
---
dlls/kernel32/tests/Makefile.in | 1 - dlls/kernel32/tests/alloc.c | 404 --------------------------------------- dlls/kernel32/tests/heap.c | 276 ++++++++++++++++++++++++++ 3 files changed, 276 insertions(+), 405 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=7420b7fe73942fe564b7c2...