You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libraries/System.Runtime.InteropServices/tests/LibraryImportGenerator.UnitTests/ConvertToLibraryImportFixerTests.cs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -519,23 +519,23 @@ partial class Enclosing
519
519
{
520
520
partial class Test
521
521
{
522
-
[GeneratedDllImport(""DoesNotExist"")]
522
+
[LibraryImport(""DoesNotExist"")]
523
523
public static partial int {|CS8795:Method|}(out int ret);
524
-
[GeneratedDllImport(""DoesNotExist"")]
524
+
[LibraryImport(""DoesNotExist"")]
525
525
public static partial int {|CS8795:Method2|}(out int ret);
526
-
[GeneratedDllImport(""DoesNotExist"")]
526
+
[LibraryImport(""DoesNotExist"")]
527
527
public static partial int {|CS8795:Method3|}(out int ret);
528
528
}
529
529
}
530
530
partial class EnclosingPartial
531
531
{
532
532
partial class Test
533
533
{
534
-
[GeneratedDllImport(""DoesNotExist"")]
534
+
[LibraryImport(""DoesNotExist"")]
535
535
public static partial int {|CS8795:Method|}(out int ret);
536
-
[GeneratedDllImport(""DoesNotExist"")]
536
+
[LibraryImport(""DoesNotExist"")]
537
537
public static partial int {|CS8795:Method2|}(out int ret);
538
-
[GeneratedDllImport(""DoesNotExist"")]
538
+
[LibraryImport(""DoesNotExist"")]
539
539
public static partial int {|CS8795:Method3|}(out int ret);
0 commit comments