summaryrefslogtreecommitdiff
path: root/tests/PackageWatchdog/src
diff options
context:
space:
mode:
authorJW Wang <wangchun@google.com>2019-09-10 11:36:49 +0800
committerJW Wang <wangchun@google.com>2019-09-10 11:36:49 +0800
commitc7adf2a93a7bf4128543e62675136ecdc9f7c396 (patch)
treeb3c31975c06ae39cebb650ef81a567894cc1dbbe /tests/PackageWatchdog/src
parent3bb4b463c6e8c376e7f0eb1153635427afebb95e (diff)
Remove the comment that is not applicable anymore
Bug: 140700197 Test: PackageWatchdogTest Change-Id: I98412ec04c8d502acf670454ebf460ba82df904f
Diffstat (limited to 'tests/PackageWatchdog/src')
-rw-r--r--tests/PackageWatchdog/src/com/android/server/PackageWatchdogTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PackageWatchdog/src/com/android/server/PackageWatchdogTest.java b/tests/PackageWatchdog/src/com/android/server/PackageWatchdogTest.java
index 418f0b515609..9a6033058c53 100644
--- a/tests/PackageWatchdog/src/com/android/server/PackageWatchdogTest.java
+++ b/tests/PackageWatchdog/src/com/android/server/PackageWatchdogTest.java
@@ -64,7 +64,6 @@ import java.util.Set;
import java.util.concurrent.TimeUnit;
import java.util.function.Consumer;
-// TODO: Use Truth in tests.
/**
* Test PackageWatchdog.
*/