summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/test/ubsan/TestCases/TypeCheck/Linux/PR33221.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/ubsan/TestCases/TypeCheck/Linux/PR33221.cpp b/compiler-rt/test/ubsan/TestCases/TypeCheck/Linux/PR33221.cpp
index e026e8d057f..b20ac73aad4 100644
--- a/compiler-rt/test/ubsan/TestCases/TypeCheck/Linux/PR33221.cpp
+++ b/compiler-rt/test/ubsan/TestCases/TypeCheck/Linux/PR33221.cpp
@@ -1,4 +1,4 @@
-// RUN: %clangxx -std=c++11 -frtti -fsanitize=vptr -g %s -O3 -o %t
+// RUN: %clangxx -std=c++11 -frtti -fsanitize=vptr,null -g %s -O3 -o %t
// RUN: %run %t &> %t.log
// RUN: cat %t.log | not count 0 && FileCheck --input-file %t.log %s || cat %t.log | count 0
OpenPOWER on IntegriCloud