Skip to content

Commit

Permalink
(#552) Connect a TODO with the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Mar 3, 2024
1 parent 2616361 commit 0905ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cesium.CodeGen.Tests/CodeGenTypeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ int main() {
}
");

[Fact(Skip = "TODO[#xxx]: Support local struct types")]
[Fact(Skip = "TODO[#552]: Support local struct types")]
public Task LocalStructTest() => DoTest("""
int main(void) {
struct foo {
Expand Down

0 comments on commit 0905ea0

Please sign in to comment.