Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line using '-analyzer-store=basic-new-cast'.

llvm-svn: 74865
diff --git a/clang/test/Analysis/no-outofbounds-basicstore.c b/clang/test/Analysis/no-outofbounds-basicstore.c
index 9a0b359..0df6f04 100644
--- a/clang/test/Analysis/no-outofbounds-basicstore.c
+++ b/clang/test/Analysis/no-outofbounds-basicstore.c
@@ -1,4 +1,5 @@
-// RUN: clang-cc -checker-cfref -analyze -analyzer-store=basic -verify %s
+// RUN: clang-cc -checker-cfref -analyze -analyzer-store=basic -verify %s &&
+// RUN: clang-cc -checker-cfref -analyze -analyzer-store=basic-new-cast -verify %s
 
 void f() {
   long x = 0;