File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30073,7 +30073,6 @@ var casesExpectedFailures = map[string]bool{
3007330073 "_ZN1XIZ1fIiEvOT_EUlOT_DpT0_E_EclIJEEEvDpT_": true,
3007430074 "_ZN1XIZ1fIiEvOT_EUlS2_DpT0_E_EclIJEEEvDpT_": true,
3007530075 "_ZZZZN6abcdef9abcdefghi29abcdefabcdefabcdefabcefabcdef27xxxxxxxxxxxxxxxxxxxxxxxxxxxEN4absl8DurationERKNSt3__u12basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEPNS1_19yyyyyyyyyyyyyyyyyyyEENK3$_5clEvENKUlvE_clEvE6zzzzzz": true,
30076- "_Z1h1XIJZ1fIiEDaOT_E1AZ1gIdEDaS2_E1BEE": true,
3007730076}
3007830077
3007930078// caseExceptions is a list of exceptions from the LLVM list that we
@@ -30084,6 +30083,7 @@ var casesExpectedFailures = map[string]bool{
3008430083// intentionally should not demangle this case. Otherwise this maps
3008530084// to the expected demangling.
3008630085var casesExceptions = map[string]string{
30086+ "_Z1h1XIJZ1fIiEDaOT_E1AZ1gIdEDaS2_E1BEE": "h(X<f<int>(int&&)::A, g<double>(double&&)::B>)",
3008730087}
3008830088
3008930089func TestCases(t *testing.T) {
You can’t perform that action at this time.
0 commit comments