delete old test

This commit is contained in:
erik-krogh
2023-01-16 17:11:59 +01:00
parent 45316b6381
commit b8f6feb68b

View File

@@ -1,12 +0,0 @@
/**
* @description Used to debug the discovery of regexp literals.
* @kind path-problem
*/
import RegExpConfiguration
import codeql.ruby.dataflow.internal.DataFlowImplForRegExp
import PathGraph
from RegExpConfiguration c, PathNode source, PathNode sink
where c.hasFlowPath(source, sink)
select source.getNode(), source, sink, source.toString()