提交 1fb28c46 编写于 作者: C CyrusNajmabadi

Fix test.

上级 afd8109b
...@@ -206,11 +206,11 @@ static void Main(string[] args) ...@@ -206,11 +206,11 @@ static void Main(string[] args)
VisualStudio.Editor.InvokeCodeActionList(); VisualStudio.Editor.InvokeCodeActionList();
var expectedItems = new[] var expectedItems = new[]
{ {
"Rename 'P2' to 'Steam'", "Rename 'P2' to 'Foober'",
"Generate type 'Steam'", "Generate type 'Foober'",
"Generate class 'Steam' in new file", "Generate class 'Foober' in new file",
"Generate class 'Steam'", "Generate class 'Foober'",
"Generate nested class 'Steam'", "Generate nested class 'Foober'",
"Generate new type...", "Generate new type...",
"Goober - using N;", "Goober - using N;",
"Suppress CS0168", "Suppress CS0168",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册