2 references to ExpectedOutput
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
CodeGen\CodeGenAsyncTests.cs (2)
6093
CompileAndVerify(src, expectedOutput:
ExpectedOutput
("value True"), targetFramework: TargetFramework.Net90, verify: Verification.Skipped).VerifyDiagnostics();
6135
var verifier = CompileAndVerify(src, expectedOutput:
ExpectedOutput
("4242"), references: [libComp.EmitToImageReference()],