am 792e2691: resolved conflicts for merge of 7a1abfe3 to lmp-mr1-dev-plus-aosp

* commit '792e2691276ffac5538e905b7fa8e9607b554283':
  Add code cache tests to libnativebridge.
diff --git a/libnativebridge/tests/CompleteFlow_test.cpp b/libnativebridge/tests/CompleteFlow_test.cpp
index 05f5304..b033792 100644
--- a/libnativebridge/tests/CompleteFlow_test.cpp
+++ b/libnativebridge/tests/CompleteFlow_test.cpp
@@ -42,8 +42,6 @@
 
     // Clean-up code_cache
     ASSERT_EQ(0, rmdir(kCodeCache));
-
-    ASSERT_FALSE(NativeBridgeError());
 }
 
 }  // namespace android