2 references to ExpectedOutput
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
CodeGen\IndexAndRangeTests.cs (2)
4557
var verify = CompileAndVerify(comp, expectedOutput:
ExpectedOutput
("GetStart Length SliceStartLength(1, 3) 42"), verify: Verification.Skipped);
4602
var verify = CompileAndVerify(comp, expectedOutput:
ExpectedOutput
("GetStart Length SliceStartLength(1, 3) SliceStartLength(1, 3) (1, 2)"), verify: Verification.Skipped);