Changeset 62864 in vbox for trunk/src/VBox/Runtime/testcase/tstRTAssertCompile.cpp
- Timestamp:
- Aug 2, 2016 10:09:45 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTAssertCompile.cpp
r62863 r62864 156 156 */ 157 157 #ifdef RT_COMPILER_SUPPORTS_VA_ARGS 158 # ifdef _MSC_VER 159 AssertCompile(RT_COUNT_VA_ARGS(RT_NOTHING) == 0); 160 # else 158 161 AssertCompile(RT_COUNT_VA_ARGS(RT_NOTHING) == 1); 162 # endif 159 163 AssertCompile(RT_COUNT_VA_ARGS(asdf) == 1); 160 164 AssertCompile(RT_COUNT_VA_ARGS(yyyy) == 1);
Note:
See TracChangeset
for help on using the changeset viewer.