diff options
| author | Stephen Hines <srhines@google.com> | 2013-10-15 17:46:50 -0700 |
|---|---|---|
| committer | Stephen Hines <srhines@google.com> | 2013-11-26 16:51:26 -0800 |
| commit | b98626d1da831c5ced7d74d374a3242cbb82c3a5 (patch) | |
| tree | 44dcc359bac8c657ec3760eb646808f94d1de472 /tests/cppbasic/compute.cpp | |
| parent | 5fe615c44e57de96f568f309876e6daaac77ac9d (diff) | |
RS native tests should be built with clang.
Change-Id: I6f3bf8c138debe62be7fe8fe9d4d3339eb21a25b
Diffstat (limited to 'tests/cppbasic/compute.cpp')
| -rw-r--r-- | tests/cppbasic/compute.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cppbasic/compute.cpp b/tests/cppbasic/compute.cpp index 21ffe2b1..d9776677 100644 --- a/tests/cppbasic/compute.cpp +++ b/tests/cppbasic/compute.cpp @@ -6,7 +6,7 @@ using namespace android; using namespace RSC; -int main(int argc, char** argv) +int main() { sp<RS> rs = new RS(); |
