Skip to content

Commit d4b023f

Browse files
committed
Actually return true; tests still don't work as expected
1 parent 55cd802 commit d4b023f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/SilkTouch/SilkTouch/FunctionTransformation/ArrayParameterTransformerTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public bool TryGetChildSymbolMetadata(
6767
false,
6868
0
6969
);
70+
return true;
7071
}
7172

7273
metadata = null;
@@ -132,6 +133,7 @@ public bool TryGetChildSymbolMetadata(
132133
false,
133134
0
134135
);
136+
return true;
135137
}
136138

137139
metadata = null;

0 commit comments

Comments
 (0)