summaryrefslogtreecommitdiff
path: root/nn/runtime/test/TestExtensions.cpp
diff options
context:
space:
mode:
authorMiao Wang <miaowang@google.com>2020-03-10 16:36:43 -0700
committerMiao Wang <miaowang@google.com>2020-03-12 08:14:12 -0700
commitfcf9cf35bd92856070e62bab359bf0798a653d23 (patch)
tree0898e5d711fb1ddf067c782e1cc52d7bed3a54e7 /nn/runtime/test/TestExtensions.cpp
parent1291f6cab426c203c6ae994d0cc1f45bbe8478f3 (diff)
downloadml-fcf9cf35bd92856070e62bab359bf0798a653d23.tar.gz
Remove obsolete TODOs and use bug number instead of ldap
Fix: 132323483 Fix: 132322175 Bug: 148423931 Test: mm Change-Id: Idf80fa6abbca868d63130f8dbdd8a3a6c903a51b
Diffstat (limited to 'nn/runtime/test/TestExtensions.cpp')
-rw-r--r--nn/runtime/test/TestExtensions.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/nn/runtime/test/TestExtensions.cpp b/nn/runtime/test/TestExtensions.cpp
index 7931a52b8..495552002 100644
--- a/nn/runtime/test/TestExtensions.cpp
+++ b/nn/runtime/test/TestExtensions.cpp
@@ -68,7 +68,6 @@ class ExtensionsTest : public ::testing::Test {
protected:
virtual void SetUp() {
// This is needed before we have the CPU fallback path being treated as a Device.
- // TODO(miaowang): remove once b/72506261 is fixed.
if (DeviceManager::get()->getUseCpuOnly()) {
GTEST_SKIP();
}