diff options
author | Glenn Kasten <gkasten@google.com> | 2014-05-15 15:34:40 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-05-15 15:34:41 +0000 |
commit | 7d8a31e340ae4dea8913ce60e046fad72bff9051 (patch) | |
tree | 25c6f407c6b32aca2c1aa43d0aa894dfc6339f55 | |
parent | ecccdd9e99a753d3a9e105ec4b9b02e7afe60ebe (diff) | |
parent | e047d27324083628b51bad0661a184f6cb96c56d (diff) | |
download | android_frameworks_wilhelm-7d8a31e340ae4dea8913ce60e046fad72bff9051.tar.gz android_frameworks_wilhelm-7d8a31e340ae4dea8913ce60e046fad72bff9051.tar.bz2 android_frameworks_wilhelm-7d8a31e340ae4dea8913ce60e046fad72bff9051.zip |
Merge "Make slesTest_object work again"
-rw-r--r-- | tests/sandbox/object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sandbox/object.c b/tests/sandbox/object.c index 6c44700..23714cf 100644 --- a/tests/sandbox/object.c +++ b/tests/sandbox/object.c @@ -158,7 +158,7 @@ int main(int arg, char **argv) #ifdef ANDROID // whereas the implementation uses PLATFORM_SDK_VERSION, use a hard-coded value here // so that we're actually testing for a particular expected value - supportedExt = (SLchar *) "ANDROID_SDK_LEVEL_13"; + supportedExt = (SLchar *) "ANDROID_SDK_LEVEL_19"; #else supportedExt = (SLchar *) "WILHELM_DESKTOP"; #endif |