diff options
author | Vedant Kumar <vsk@apple.com> | 2017-07-25 22:33:28 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2017-07-25 22:33:28 +0000 |
commit | 2d8de203f7713b4b1827771b8d23cd83569d4f1d (patch) | |
tree | 52c0d83d3b29c5b496a5e84aeae9d1dd3915e5ab | |
parent | 97ae58686fb1fe9873b3742b014b003cb89cd17f (diff) | |
download | bcm5719-llvm-2d8de203f7713b4b1827771b8d23cd83569d4f1d.tar.gz bcm5719-llvm-2d8de203f7713b4b1827771b8d23cd83569d4f1d.zip |
[ubsan] Update a test missed in r309008, NFC
llvm-svn: 309042
-rw-r--r-- | compiler-rt/test/ubsan/TestCases/TypeCheck/Linux/PR33221.cpp | 2 |
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 |