Changeset 74162 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Sep 9, 2018 2:18:13 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp
r74161 r74162 295 295 { 296 296 public: 297 Int64Constants() {} 297 298 const char *getSubName() const { return "RTCRestInt64"; } 298 299 int64_t getMin() const { return INT64_MIN; } … … 307 308 { 308 309 public: 310 Int32Constants() { } 309 311 const char *getSubName() const { return "RTCRestInt32"; } 310 312 int32_t getMin() const { return INT32_MIN; } … … 319 321 { 320 322 public: 323 Int16Constants() { } 321 324 const char *getSubName() const { return "RTCRestInt16"; } 322 325 int16_t getMin() const { return INT16_MIN; }
Note:
See TracChangeset
for help on using the changeset viewer.