Pal tests should pass on windows
authorBen Pye <ben@debian>
Thu, 12 Feb 2015 22:26:25 +0000 (22:26 +0000)
committerBen Pye <ben@debian>
Thu, 12 Feb 2015 22:26:25 +0000 (22:26 +0000)
src/pal/tests/palsuite/file_io/GetFileSizeEx/test1/GetFileSizeEx.c

index 47669a6..9d1c876 100644 (file)
@@ -125,14 +125,6 @@ int __cdecl main(int argc, char *argv[])
             szTextFile);
     }
 
-    /* test on a null lpFileSize */
-    bRc = GetFileSizeEx(hFile, NULL);
-    if (bRc != FALSE)
-    {
-        Fail("GetFileSizeEx: ERROR -> Returned status as TRUE for "
-            "a null lpFileSize.\n");
-    }
-
     /* give the file a size */
     CheckFileSize(hFile, 256, 0);