Add comment for future work

This commit is contained in:
Sashko Stubailo
2015-07-29 11:50:45 -07:00
parent 617c22a79a
commit 11c632d2f0

View File

@@ -22,3 +22,6 @@ selftest.define("parse-stack - parse stack traces without fibers", () => {
"parse-stack-test.js");
})();
});
// XXX I really want to add a test here for the crazy double-stack-trace Fiber
// situation, but I don't know how to create it inside a test.