Skip to content

Commit fa7d7f1

Browse files
committed
C#: Update test utilities to be compatible with the new dependencies.
1 parent 4fadf59 commit fa7d7f1

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)