From 4c24a3ebca96c010c05642c559b32cf79e872a5c Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Thu, 28 Feb 2019 11:41:13 -0600 Subject: [PATCH] Update expected test results to account for formatting behavior change --- .../IntegrationTests/VisualBasic/BasicRename.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/VisualStudio/IntegrationTest/IntegrationTests/VisualBasic/BasicRename.cs b/src/VisualStudio/IntegrationTest/IntegrationTests/VisualBasic/BasicRename.cs index 36ad941dbce..72a7260e6fd 100644 --- a/src/VisualStudio/IntegrationTest/IntegrationTests/VisualBasic/BasicRename.cs +++ b/src/VisualStudio/IntegrationTest/IntegrationTests/VisualBasic/BasicRename.cs @@ -213,8 +213,8 @@ Inherits Attribute VisualStudio.Editor.Verify.TextContains(@" Import System; -Public Class CustomAttribute - Inherits Attribute +Public Class CustomAttribute + Inherits Attribute End Class"); } @@ -333,7 +333,7 @@ Inherits Attribute Import System; Public Class CustomAttribute - Inherits Attribute + Inherits Attribute End Class"); } @@ -359,7 +359,7 @@ Inherits Attribute Import System; Public Class CustomAttribute - Inherits Attribute + Inherits Attribute End Class"); } } -- GitLab