VirtualBox

Changeset 1411 in kBuild for trunk/tests


Ignore:
Timestamp:
Mar 18, 2008 5:45:36 PM (17 years ago)
Author:
bird
Message:

dummy_defined_Y C program.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/tests/dummy_defined_Y.c

    r1407 r1411  
    11/* $Id$ */
    22/** @file
    3  * Tests - Dummy test program checking that X == 42, possibly doing this via y.
     3 * Tests - Dummy test program checking that Y == 42.
    44 */
    55
     
    2525 */
    2626
    27 #ifndef X
    28 # error "X isn't defined, test the is busted."
     27#ifndef Y
     28# error "Y isn't defined, test the is busted."
    2929#endif
    3030
    31 #ifndef y
    32 # define y 42
    33 #endif
    34 
    35 #if X != 42
    36 # error "X != 42"
     31#if Y != 42
     32# error "Y != 42"
    3733#endif
    3834
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette