mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
JS: Move a test failure explanation into the test suite
We have an issue for fixing the underlying problem
This commit is contained in:
@@ -250,7 +250,7 @@ module.exports.goodSanitizer = function (name) {
|
||||
|
||||
var cleaned = cleanInput(name);
|
||||
|
||||
cp.exec("rm -rf " + cleaned); // OK
|
||||
cp.exec("rm -rf " + cleaned); // OK - But FP due to SanitizingRegExpTest not being able to generate a barrier edge for an edge into a phi node.
|
||||
}
|
||||
|
||||
var fs = require("fs");
|
||||
|
||||
Reference in New Issue
Block a user