Skip to content

Commit 1bbb7d1

Browse files
committed
C#: Update pretty printing to align with latest change to the shared library.
1 parent 312aea6 commit 1bbb7d1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

csharp/test/TestUtilities/PrettyPrintModels.ql

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@
55
import semmle.code.csharp.dataflow.internal.ExternalFlow
66
import codeql.dataflow.test.ProvenancePathGraph
77
import codeql.dataflow.test.ProvenancePathGraph::TestPostProcessing::TranslateProvenanceResults<interpretModelForTest/2>
8-
9-
from string relation, int row, int column, string data
10-
where results(relation, row, column, data)
11-
select relation, row, column, data

0 commit comments

Comments
 (0)