Skip to content

Commit a3d5db9

Browse files
demangle: remove an unneeded exception in TestCases
1 parent 94ab485 commit a3d5db9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cases_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30084,7 +30084,6 @@ var casesExpectedFailures = map[string]bool{
3008430084
// intentionally should not demangle this case. Otherwise this maps
3008530085
// to the expected demangling.
3008630086
var casesExceptions = map[string]string{
30087-
"_Z1fIXtl1DmcM7DerivedKiadL_ZN11MoreDerived1zEEn8EEEEvv": "void f<D{(int const Derived::*)(&MoreDerived::z)}>()",
3008830087
}
3008930088

3009030089
func TestCases(t *testing.T) {

0 commit comments

Comments
 (0)