Skip to content

Commit

Permalink
Clean up of tests from V1/V2 marshaller shape split (#72392)
Browse files Browse the repository at this point in the history
  • Loading branch information
elinor-fung authored Jul 19, 2022
1 parent 8828bee commit 943cdc6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 539 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public void NonBlittableStructStackallocPinnableNativeMarshalling()
}

[Fact]
public void NonBlittableStructPinnableMarshalerPassByRef()
public void NonBlittableStructPinnableMarshallerPassByRef()
{
string str = "Hello world!";
string expected = ReverseChars(str);
Expand Down
Loading

0 comments on commit 943cdc6

Please sign in to comment.