Skip to content

Commit 309b2f1

Browse files
committed
Remove no longer necessary UnityPlatformAttribute
1 parent bf8f7fd commit 309b2f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Assets/APIExamples/Tests/Runtime/NUnit/ConstraintExample.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,6 @@ public void TrueConstraint_Trueであること()
533533
public class ファイルとディレクトリ
534534
{
535535
[Test]
536-
[UnityPlatform(RuntimePlatform.LinuxEditor, RuntimePlatform.WindowsEditor, RuntimePlatform.OSXEditor)]
537536
public void EmptyDirectoryConstraint_ディレクトリが空であること()
538537
{
539538
var dir = Path.Combine(
@@ -551,7 +550,6 @@ public void EmptyDirectoryConstraint_ディレクトリが空であること()
551550
}
552551

553552
[Test]
554-
[UnityPlatform(RuntimePlatform.LinuxEditor, RuntimePlatform.WindowsEditor, RuntimePlatform.OSXEditor)]
555553
public void FileOrDirectoryExistsConstraint_ファイルまたはディレクトリが存在すること()
556554
{
557555
var dir = Path.Combine(

0 commit comments

Comments
 (0)