Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 7708064

Browse files
committed
fix build
1 parent a8cdcc4 commit 7708064

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/ServiceStack.Text.Tests/DynamicNumberTests.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,6 @@ public void TryParseIntoBestFit_tests()
191191
Assert.That(DynamicNumber.TryParse("1", out object result) && result is byte b && b == 1);
192192

193193
JsConfig.TryParseIntoBestFit = false;
194-
var pos = 0;
195-
var buf = new StringSegment("");
196-
while (buf.TryReadLine(out StringSegment line, ref pos))
197-
{
198-
// line
199-
}
200194
}
201195

202196
}

0 commit comments

Comments
 (0)