Skip to content

Commit

Permalink
Removing duplicated public
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianBohe committed Feb 10, 2023
1 parent 1a13eaa commit d123614
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tests/JIT/Directed/Arrays/complex1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public void mul_em()
c = a * b;
}
};
public

public class Complex_Array_Test
{
public static int Main()
Expand Down
3 changes: 2 additions & 1 deletion src/tests/JIT/Directed/Arrays/simple1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
//

using System;
public
using Xunit;

// Do a simple 5 dimensional Jagged array.

public class Simple_Array_Test
Expand Down

0 comments on commit d123614

Please sign in to comment.