commit | 16b95120323dd6e977dea43c29da5897ac40ec83 | [log] [tgz] |
---|---|---|
author | Tim Murray <timmurray@google.com> | Wed Oct 31 16:02:59 2012 -0700 |
committer | Tim Murray <timmurray@google.com> | Wed Oct 31 16:02:59 2012 -0700 |
tree | 44ad8f6d5cc45994ece2cc22f9cfa047a4bedb88 | |
parent | 57d9d6cbb505dc4109d54962b71144111ad12777 [diff] [blame] |
Fix up C++ basic API test Change-Id: I80cd8d74e7b12c2097da5b16725dbbd3c079573c
diff --git a/tests/compute.cpp b/tests/compute.cpp index 351627b..8c390db 100644 --- a/tests/compute.cpp +++ b/tests/compute.cpp
@@ -56,6 +56,8 @@ t.clear(); a1.clear(); e.clear(); + ain.clear(); + aout.clear(); delete rs; printf("Delete OK\n"); }