Revert part of 47209. Hope this time is the good one
authorJérôme Gardou <jerome.gardou@reactos.org>
Sat, 15 May 2010 09:59:42 +0000 (09:59 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Sat, 15 May 2010 09:59:42 +0000 (09:59 +0000)
svn path=/trunk/; revision=47218

rostests/apitests/w32knapi/ntgdi/NtGdiCreateCompatibleDC.c

index 130e100..ac4ed28 100644 (file)
@@ -24,8 +24,6 @@ Test_NtGdiCreateCompatibleDC(PTESTINFO pti)
        
        TEST(NtGdiDeleteObjectApp(hDC) != 0);
 
-       TEST(NtGdiDeleteObjectApp(hDC) != 0);
-
        return APISTATUS_NORMAL;
 }