Skip to content

Commit 5a4557f

Browse files
committed
Move PrintAst.ql and update import statement
1 parent b513033 commit 5a4557f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/ql/lib/semmle/code/csharp/PrintAst.ql renamed to csharp/ql/test/shared/PrintAst.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
22
* @name Print AST
33
* @description Outputs a representation of the Abstract Syntax Tree.
4-
* @id cs/print-ast
4+
* @id csharp/print-ast
55
* @kind graph
66
*/
77

88
import csharp
9-
import PrintAst
9+
import semmle.code.csharp.PrintAst
1010

1111
/**
1212
* Temporarily tweak this class or make a copy to control which functions are

0 commit comments

Comments
 (0)