Skip to content

Commit 84ee99d

Browse files
authored
Dev/docweek2024/shader compile test (#386)
* a class ShaderCompileTest should not be exposed as public. * Made the test method, void CompileLegacyToonShadersDefault(), to be public.
1 parent a197669 commit 84ee99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.toonshader/Tests/Editor/ShaderCompileTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using UnityEngine.TestTools;
77

88
namespace Unity.Rendering.ToonShader.Tests {
9-
public class ShaderCompileTest
9+
internal class ShaderCompileTest
1010
{
1111

1212
[Test]

0 commit comments

Comments
 (0)