C#: Re-use the asPartialModel for DataFlowPrivate in tests.

This commit is contained in:
Michael Nebel
2022-03-16 17:02:00 +01:00
parent 115cef2484
commit 4a68b74aa3
6 changed files with 8 additions and 39 deletions

View File

@@ -1056,7 +1056,7 @@ module Private {
|
c.relevantSummary(input, output, preservesValue) and
csv =
c.getCallableCsv() + ";;" + getComponentStackCsv(input) + ";" +
c.getCallableCsv() + ";" + getComponentStackCsv(input) + ";" +
getComponentStackCsv(output) + ";" + renderKind(preservesValue)
)
}