Commit b5f6092
committed
Fix test for 32 bit architectures
[ RUN ] TypeReflectionTest.GetSizeOfType
/builddir/build/BUILD/root-6.36.00-build/root-6.36.00/interpreter/CppInterOp/unittests/CppInterOp/TypeReflectionTest.cpp:79: Failure
Expected equality of these values:
Cpp::GetSizeOfType(Cpp::GetVariableType(Decls[4]))
Which is: 12
16
[ FAILED ] TypeReflectionTest.GetSizeOfType (23 ms)
[ RUN ] ScopeReflectionTest.SizeOf
/builddir/build/BUILD/root-6.36.00-build/root-6.36.00/interpreter/CppInterOp/unittests/CppInterOp/ScopeReflectionTest.cpp:161: Failure
Expected equality of these values:
Cpp::SizeOf(Decls[7])
Which is: 12
(size_t)16
Which is: 16
[ FAILED ] ScopeReflectionTest.SizeOf (26 ms)1 parent f82b79d commit b5f6092
File tree
2 files changed
+4
-2
lines changed- interpreter/CppInterOp/unittests/CppInterOp
2 files changed
+4
-2
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
| 162 | + | |
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
0 commit comments