Skip to content

Commit

Permalink
Remove no longer necessary UnityPlatformAttribute
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Feb 9, 2025
1 parent bf8f7fd commit 309b2f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Assets/APIExamples/Tests/Runtime/NUnit/ConstraintExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@ public void TrueConstraint_Trueであること()
public class ファイルとディレクトリ
{
[Test]
[UnityPlatform(RuntimePlatform.LinuxEditor, RuntimePlatform.WindowsEditor, RuntimePlatform.OSXEditor)]
public void EmptyDirectoryConstraint_ディレクトリが空であること()
{
var dir = Path.Combine(
Expand All @@ -551,7 +550,6 @@ public void EmptyDirectoryConstraint_ディレクトリが空であること()
}

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

0 comments on commit 309b2f1

Please # to comment.