提交 bfe53be3 编写于 作者: V vsadov

PR feedback

上级 975a50f6
...@@ -10091,8 +10091,7 @@ static void Main() ...@@ -10091,8 +10091,7 @@ static void Main()
} }
"; ";
CreateStandardCompilation(code).VerifyDiagnostics( CompileAndVerify(code, expectedOutput: @"2");
);
} }
[Fact] [Fact]
...@@ -10123,7 +10122,8 @@ static void Main() ...@@ -10123,7 +10122,8 @@ static void Main()
} }
"; ";
CreateStandardCompilation(code).VerifyDiagnostics(); CompileAndVerify(code, expectedOutput: @"1", verify: Verification.Fails);
} }
[Fact] [Fact]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册