Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 5d89c4b

Browse files
committed
[ubsan] Update a test missed in r309008, NFC
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@309042 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 77afdbc commit 5d89c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ubsan/TestCases/TypeCheck/Linux/PR33221.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx -std=c++11 -frtti -fsanitize=vptr -g %s -O3 -o %t
1+
// RUN: %clangxx -std=c++11 -frtti -fsanitize=vptr,null -g %s -O3 -o %t
22
// RUN: %run %t &> %t.log
33
// RUN: cat %t.log | not count 0 && FileCheck --input-file %t.log %s || cat %t.log | count 0
44

0 commit comments

Comments
 (0)