Skip to content

Commit e340b0a

Browse files
committed
Fix failing test (incorrect VBA)
1 parent 5d25a98 commit e340b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RubberduckTests/Grammar/ResolverTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ public void SingleLineIfStatementLabel_IsReferenceToLabel_IdentifierLabel()
298298
// arrange
299299
var code = @"
300300
Public Sub DoSomething()
301-
If True Then foo
301+
If True Then GoTo foo
302302
foo:
303303
End Sub
304304
";

0 commit comments

Comments
 (0)