Commit 91a0fb63 authored by Kenton Varda's avatar Kenton Varda

can't fix this now, don't mark it TODO(soon)

parent 4f2c2494
...@@ -515,7 +515,7 @@ public: ...@@ -515,7 +515,7 @@ public:
// https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781060 // https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781060
// For the moment, we can get away with skipping it as the previous line will set // For the moment, we can get away with skipping it as the previous line will set
// things up in a way that allows the test to complete successfully. // things up in a way that allows the test to complete successfully.
// TODO(soon): Remove this #if block when the bug is fixed. // TODO(0.6): Remove this #if block when the bug is fixed.
return; return;
#endif #endif
box.set("cap", kj::heap<TestExtendsImpl>(callCount)); box.set("cap", kj::heap<TestExtendsImpl>(callCount));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment