Skip to content

Commit

Permalink
[cdac] Remove extra [] in array type name (#106662)
Browse files Browse the repository at this point in the history
We were appending an extra `[]` to the end of the type name for multi-dimensional or non-zero-based arrays.
  • Loading branch information
elinor-fung authored Aug 20, 2024
1 parent ce3e19f commit 7f2357f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,6 @@ private void AddArray(uint rank)
}
TypeString.Append(']');
}
TypeString.Append("[]");
}

private static ReadOnlySpan<char> TypeNameReservedChars()
Expand Down

0 comments on commit 7f2357f

Please sign in to comment.