summaryrefslogtreecommitdiffstats
path: root/libnativebridge
diff options
context:
space:
mode:
authorCalin Juravle <calin@google.com>2014-10-29 19:51:04 +0000
committerCalin Juravle <calin@google.com>2014-10-29 19:51:04 +0000
commit792e2691276ffac5538e905b7fa8e9607b554283 (patch)
tree097cdcd41081d4afccc471fa93cfc13098642f84 /libnativebridge
parent7007477391d78c6f4823ef35490e67f75ddaced9 (diff)
parent7a1abfe3b53c873a1e4ce9183d9b974f73ac1737 (diff)
downloadsystem_core-792e2691276ffac5538e905b7fa8e9607b554283.zip
system_core-792e2691276ffac5538e905b7fa8e9607b554283.tar.gz
system_core-792e2691276ffac5538e905b7fa8e9607b554283.tar.bz2
resolved conflicts for merge of 7a1abfe3 to lmp-mr1-dev-plus-aosp
Change-Id: Ie5db9f745e01bd24faa317af0cd8874e1099ebdf
Diffstat (limited to 'libnativebridge')
-rw-r--r--libnativebridge/tests/CompleteFlow_test.cpp2
1 files changed, 0 insertions, 2 deletions
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 @@ TEST_F(NativeBridgeTest, CompleteFlow) {
// Clean-up code_cache
ASSERT_EQ(0, rmdir(kCodeCache));
-
- ASSERT_FALSE(NativeBridgeError());
}
} // namespace android