Remove TODO about compile time jasmin building.

Won't fix.

Bug: 65474850
Change-Id: I213df6b7faf047ea250d75f1c0083250477bc07a
diff --git a/src/test/java/com/android/tools/r8/debug/JasminDebugTest.java b/src/test/java/com/android/tools/r8/debug/JasminDebugTest.java
index f4ffc59..1c811da 100644
--- a/src/test/java/com/android/tools/r8/debug/JasminDebugTest.java
+++ b/src/test/java/com/android/tools/r8/debug/JasminDebugTest.java
@@ -12,7 +12,6 @@
 import org.junit.Test;
 import org.junit.rules.TemporaryFolder;
 
-// TODO(b/65474850) Should we build Jasmin at compile time or runtime ?
 public class JasminDebugTest extends DebugTestBase {
 
   final String className = "UselessCheckCast";
diff --git a/src/test/java/com/android/tools/r8/debug/NoLocalForPhiDebugTest.java b/src/test/java/com/android/tools/r8/debug/NoLocalForPhiDebugTest.java
index 76b7af8..9436d07 100644
--- a/src/test/java/com/android/tools/r8/debug/NoLocalForPhiDebugTest.java
+++ b/src/test/java/com/android/tools/r8/debug/NoLocalForPhiDebugTest.java
@@ -13,8 +13,6 @@
  * Regression test to ensure that an incomplete phi creation cannot introduce a local before the
  * locals actual start. The recursive read-register in IRBuilder did not previously account for the
  * change in blocks when determining the local information of the incomplete phi.
- *
- * <p>TODO(b/65474850) Should we build Jasmin at compile time or runtime ?
  */
 public class NoLocalForPhiDebugTest extends DebugTestBase {