mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
- Remove the "ROS-HACK" for gdi32 bitmap font tests -- this doesn't crash the system anymore
svn path=/trunk/; revision=40464
This commit is contained in:
parent
b52ee19030
commit
b917e4e926
1 changed files with 0 additions and 3 deletions
|
@ -285,9 +285,6 @@ static void test_bitmap_font(void)
|
|||
SIZE size_orig;
|
||||
INT ret, i, width_orig, height_orig, scale, lfWidth;
|
||||
|
||||
skip("ROS-HACK: Skipping bitmap font tests!\n");
|
||||
return;
|
||||
|
||||
hdc = GetDC(0);
|
||||
|
||||
/* "System" has only 1 pixel size defined, otherwise the test breaks */
|
||||
|
|
Loading…
Reference in a new issue