Skip to content

Commit 0925a8d

Browse files
committed
Refs #14170. Fix valgrind GeometryTest suppression file.
1 parent 6c3f875 commit 0925a8d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tools/Valgrind/GeometryTest.supp

+4-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
fun:_ZN28BRepAlgoAPI_BooleanOperation5BuildEv
4545
fun:_ZN18BRepAlgoAPI_CommonC1ERK12TopoDS_ShapeS2_
4646
...
47-
fun:_ZN6Mantid8Geometry19OCGeometryGenerator11AnalyzeRuleEPNS0_4RuleE
47+
fun:_ZN6Mantid8Geometry19OCGeometryGenerator13AnalyzeObjectEv
48+
...
4849
}
4950
{
5051
<OpenCascade_conditional_jump_2>
@@ -54,5 +55,6 @@
5455
fun:_ZN28BRepAlgoAPI_BooleanOperation5BuildEv
5556
fun:_ZN18BRepAlgoAPI_CommonC1ERK12TopoDS_ShapeS2_
5657
...
57-
fun:_ZN6Mantid8Geometry19OCGeometryGenerator11AnalyzeRuleEPNS0_4RuleE
58+
fun:_ZN6Mantid8Geometry19OCGeometryGenerator13AnalyzeObjectEv
59+
...
5860
}

0 commit comments

Comments
 (0)