Skip to content

Commit 8cd74a6

Browse files
committed
Fix self veryfing test
1 parent 2f78622 commit 8cd74a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TestData/SelfVerifyingTests/VBToCS/InheritanceTests.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Module Program
4848
Dim nonVirtualMethodGood2 = Me.F2() = 2
4949
Dim sharedMethodGood1 = MyClass.F3() = 3
5050
Dim sharedMethodGood2 = A.F3() = 3
51-
Dim interfaceMethodGood = CType(Me, IA).F4() = 11
51+
Dim interfaceMethodGood = CType(Me, IA).F4() = 44
5252

5353
Dim virtualPropertyGood1 = MyClass.P1 = 1
5454
Dim virtualPropertyGood2 = Me.P1 = 11

0 commit comments

Comments
 (0)