Skip to content

Commit 523eab5

Browse files
fix test
1 parent 364e938 commit 523eab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Features/CSharpTest/IntroduceVariable/IntroduceVariableTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ class Program
982982
{
983983
static void Main()
984984
{
985-
G<int>.@class {|Rename:@class|} = new new G<int>.@class();
985+
G<int>.@class {|Rename:@class|} = new G<int>.@class();
986986
G<int>.Add(@class);
987987
}
988988
}

0 commit comments

Comments
 (0)