We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e4788 commit 33d3c21Copy full SHA for 33d3c21
RubberduckTests/Inspections/ObjectVariableNotSetInpsectionTests.cs
@@ -178,6 +178,7 @@ Dim target As Range
178
[TestCategory("Inspections")]
179
public void ObjectVariableNotSet_FunctionReturnsArrayOfType_ReturnsNoResult()
180
{
181
+ Assert.Inconclusive("Pending reserialization.");
182
const string inputCode = @"
183
Private Function GetSomeDictionaries() As Dictionary()
184
Dim temp(0 To 1) As Worksheet
0 commit comments