Skip to content

Commit 16ba7e9

Browse files
committed
Remove compile guard from JSONObjectTestStrings to fix compile errors
1 parent f7bafed commit 16ba7e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Editor/JSONObjectTestStrings.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
THE SOFTWARE.
2121
*/
2222

23-
#if UNITY_5_6_OR_NEWER && JSONOBJECT_TESTS
24-
2523
namespace Defective.JSON.Tests {
2624
static class JSONObjectTestStrings {
2725
public const string SomeObject = "{\"SomeNumber\":42,\"SomeFloat\":13.37,\"SomeBool\":true,\"SomeNull\":null}";
@@ -34,4 +32,3 @@ static class JSONObjectTestStrings {
3432
public const string JsonFormatFloat = "{{\"" + FieldName + "\":{0:R}}}";
3533
}
3634
}
37-
#endif

0 commit comments

Comments
 (0)