aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-05-05 01:02:28 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-05-05 01:02:28 +0000
commit53ab5c4bde1e9f349bb975695daf6a2374a24300 (patch)
tree07283922e16fcc45f38992f6c1fe0de699020a9f
parent3cffb846169dfabbbb5439257fe4f7b42d0cc86d (diff)
parent40a86559c38782748780dd0920ebe1dd4b7a8c81 (diff)
downloadbionic-53ab5c4bde1e9f349bb975695daf6a2374a24300.tar.gz
Snap for 6461449 from 40a86559c38782748780dd0920ebe1dd4b7a8c81 to rvc-release
Change-Id: Ie459b4ed1ce854ea1c996b8c2259de80e647720e
-rw-r--r--tests/android_get_device_api_level.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/android_get_device_api_level.cpp b/tests/android_get_device_api_level.cpp
index 066240456..9bd6b3af9 100644
--- a/tests/android_get_device_api_level.cpp
+++ b/tests/android_get_device_api_level.cpp
@@ -35,6 +35,6 @@
TEST(android_get_device_api_level, smoke) {
#if __BIONIC__
// This will fail if you run the tests on an old device, but who does that?
- ASSERT_GE(29, android_get_device_api_level());
+ ASSERT_GE(android_get_device_api_level(), 29);
#endif
}