Skip to content

Commit b71282c

Browse files
committed
rename test class
1 parent 6957c90 commit b71282c

File tree

1 file changed

+1
-1
lines changed
  • tests/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating

1 file changed

+1
-1
lines changed

tests/Smdn.Reflection.ReverseGenerating/Smdn.Reflection.ReverseGenerating/CSharpFormatter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class CCloseGenericNestedNested : CGenericNestedNested<object> { }
3232
}
3333

3434
[TestFixture]
35-
public class CSharpTypeFormatterTests {
35+
public class CSharpFormatterTests {
3636
[TestCase(typeof(int), "int")]
3737
[TestCase(typeof(int[]), "int[]")]
3838
[TestCase(typeof(int[,]), "int[,]")]

0 commit comments

Comments
 (0)