From 82404c02e7949c493e7c6ece3c37a6628ed2c795 Mon Sep 17 00:00:00 2001 From: Ashley Hauck Date: Tue, 11 Jul 2017 13:11:08 -0700 Subject: [PATCH] Resolve failure in AllInOne tests for VB --- src/Test/Utilities/Portable/TestResource.resx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Test/Utilities/Portable/TestResource.resx b/src/Test/Utilities/Portable/TestResource.resx index b724e460926..2ea3ae2386f 100644 --- a/src/Test/Utilities/Portable/TestResource.resx +++ b/src/Test/Utilities/Portable/TestResource.resx @@ -961,7 +961,7 @@ L: Dim o4 = New MyObject(dynamic) With {.A = 0, .B = 0, .C = 0} Dim o5 = New With {Key .A = 0} Dim a() As Integer = {0, 1, 2, 3, 4, 5} - Dim a As (named As Integer, Integer) = (named:=1, 2) + Dim a As(named As Integer, Integer) =(named:=1, 2) Select Case i Case 1 GoTo CaseLabel1 @@ -1992,7 +1992,7 @@ L: Dim o4 = New MyObject(dynamic) With {.A = 0, .B = 0, .C = 0} Dim o5 = New With {Key .A = 0} Dim a() As Integer = {0, 1, 2, 3, 4, 5} - Dim a As (named As Integer, Integer) = (named:=1, 2) + Dim a As(named As Integer, Integer) =(named:=1, 2) Select Case i Case 1 GoTo CaseLabel1 -- GitLab