Skip to content

Commit 310f200

Browse files
authored
Merge pull request #67 from google/drinckes-patch-1
Fix VBA test message
2 parents 2d2ab09 + 203fc4e commit 310f200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualbasic/OpenLocationCode.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ Sub TestOLCLibrary()
598598
Exit Sub
599599
End If
600600
If f <> (validity(i)(3) = "true") Then
601-
MsgBox ("IsFull test " + CStr(i) + ", expected: " + CStr(validity(i)(2) = "true") + ", actual: " + CStr(f))
601+
MsgBox ("IsFull test " + CStr(i) + ", expected: " + CStr(validity(i)(3) = "true") + ", actual: " + CStr(f))
602602
Exit Sub
603603
End If
604604
Next

0 commit comments

Comments
 (0)