Skip to content

Commit 267445e

Browse files
committed
Remove JsonPath, Entity, DiagnosticsTraceWriter
1 parent 2908c08 commit 267445e

24 files changed

+20
-2931
lines changed

src/Newtonsoft.Json.Tests/Linq/JTokenTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,6 +1203,7 @@ public void ParseAdditionalContent()
12031203
}, "Additional text encountered after finished reading JSON content: ,. Path '', line 5, position 1.");
12041204
}
12051205

1206+
#if !UNITY3D
12061207
[Test]
12071208
public void Path()
12081209
{
@@ -1240,7 +1241,7 @@ public void Path()
12401241

12411242
Assert.AreEqual("[0]", a[0].Path);
12421243
}
1243-
1244+
#endif
12441245
[Test]
12451246
public void Parse_NoComments()
12461247
{

0 commit comments

Comments
 (0)