diff --git a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/DeltaTests.cs b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/DeltaTests.cs index 56a93a366b..67f98aefb5 100644 --- a/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/DeltaTests.cs +++ b/test/E2ETest/Microsoft.Test.E2E.AspNet.OData/Formatter/DeltaTests.cs @@ -9,6 +9,7 @@ using System; using System.Collections.Generic; using System.ComponentModel; +using System.Diagnostics; using System.Dynamic; using System.Linq; using System.Net.Http; @@ -33,8 +34,8 @@ #else using System; using System.Collections.Generic; -using System.Diagnostics; using System.ComponentModel; +using System.Diagnostics; using System.Dynamic; using System.Linq; using System.Net.Http;