summaryrefslogtreecommitdiff
path: root/tests/android_get_device_api_level.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/android_get_device_api_level.cpp')
-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
}