Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 20, 2017, 11:43:07 PM (7 years ago)
Author:
landauf
Message:

testing commit mailinglist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/test/util/MathTest.cc

    r11374 r11375  
    1010    TEST(sgn, PositiveInt)
    1111    {
    12         EXPECT_EQ(1000, sgn( 1));
     12        EXPECT_EQ(100, sgn( 1));
    1313        EXPECT_EQ(1, sgn(10));
    1414    }
Note: See TracChangeset for help on using the changeset viewer.