Commit 9efe32d
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 2096ce4 commit 9efe32d
File tree
2 files changed
+2
-2
lines changed- interpreter/CppInterOp/unittests/CppInterOp
2 files changed
+2
-2
lines changedLines changed: 1 addition & 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 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments