Skip to content

Commit 60c5972

Browse files
committed
Make all test methods static
1 parent e102169 commit 60c5972

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+28645
-28645
lines changed

src/Unity.Mathematics.CodeGen/VectorGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,7 @@ void GenerateSwizzles(int[] swizzle, StringBuilder str)
18841884
private void BeginTest(StringBuilder str, string name)
18851885
{
18861886
str.Append("\t\t[TestCompiler]\n");
1887-
str.AppendFormat("\t\tpublic void {0}()\n", name);
1887+
str.AppendFormat("\t\tpublic static void {0}()\n", name);
18881888
str.Append("\t\t{\n");
18891889
}
18901890

0 commit comments

Comments
 (0)