Skip to content

Commit 4dfc4f4

Browse files
committed
Added missing guard to mimic inclusion of test based on PWA.
1 parent a499b40 commit 4dfc4f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Assets/Tests/InputSystem.Editor/InputActionReferencePropertyDrawerEditorTests.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#if UNITY_INPUT_SYSTEM_PROJECT_WIDE_ACTIONS // Mimic implementation guard
2+
13
using System;
24
using System.Collections;
35
using NUnit.Framework;
@@ -162,3 +164,5 @@ public IEnumerator FieldObjectIsNullWhenReferenceIsInvalid()
162164
Assert.That(fieldObj, Is.Null);
163165
}
164166
}
167+
168+
#endif // UNITY_INPUT_SYSTEM_PROJECT_WIDE_ACTIONS

0 commit comments

Comments
 (0)