JS: Move a test failure explanation into the test suite

We have an issue for fixing the underlying problem
This commit is contained in:
Asger F
2025-01-09 09:57:44 +01:00
parent d9da9444fa
commit b2d62a080b
2 changed files with 1 additions and 3 deletions

View File

@@ -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");