VirtualBox

Changeset 74162 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Sep 9, 2018 2:18:13 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/rest: Added testcases for RTCRestBool and RTCRestIntXY. bugref:9167 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp

    r74161 r74162  
    295295{
    296296public:
     297    Int64Constants() {}
    297298    const char *getSubName()  const { return "RTCRestInt64"; }
    298299    int64_t     getMin()      const { return INT64_MIN; }
     
    307308{
    308309public:
     310    Int32Constants() { }
    309311    const char *getSubName()  const { return "RTCRestInt32"; }
    310312    int32_t     getMin()      const { return INT32_MIN; }
     
    319321{
    320322public:
     323    Int16Constants() { }
    321324    const char *getSubName()  const { return "RTCRestInt16"; }
    322325    int16_t     getMin()      const { return INT16_MIN; }
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