Changeset 8266 for trunk/src


Ignore:
Timestamp:
Apr 16, 2002, 2:06:24 AM (23 years ago)
Author:
bird
Message:

Corrected test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/testcase/GetDriveType.c

    r8251 r8266  
    1 /* $Id: GetDriveType.c,v 1.1 2002-04-13 04:38:54 bird Exp $
     1/* $Id: GetDriveType.c,v 1.2 2002-04-16 00:06:24 bird Exp $
    22 *
    33 * Test of GetDriveType.c
     
    139139            if (uValue != ~0)
    140140            {
    141                 if (uValue != uResult)
     141                if (uValue == uResult)
    142142                    printf("ok\n", argv[argi]);
    143143                else
Note: See TracChangeset for help on using the changeset viewer.