summaryrefslogtreecommitdiff
path: root/test/ubsan
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2015-10-23 20:37:51 +0000
committerHal Finkel <hfinkel@anl.gov>2015-10-23 20:37:51 +0000
commitfb8112c05bb43dda18c3a2743117355d26ba695e (patch)
treee4ff523113a2657da267e1937f83595811da332d /test/ubsan
parent57d1198ededd267c6cd4fb76c3403c38088837ea (diff)
Fixup test/ubsan/TestCases/Misc/coverage-levels.cc, LLVM is smarter
Fixing up this test case because LLVM is smarter now, and can better analyze: if ((argc << shift) == 16) in this test case. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@251147 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ubsan')
-rw-r--r--test/ubsan/TestCases/Misc/coverage-levels.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ubsan/TestCases/Misc/coverage-levels.cc b/test/ubsan/TestCases/Misc/coverage-levels.cc
index 9e3a8b31c..046d8868e 100644
--- a/test/ubsan/TestCases/Misc/coverage-levels.cc
+++ b/test/ubsan/TestCases/Misc/coverage-levels.cc
@@ -38,4 +38,4 @@ int main(int argc, char **argv) {
// to dump coverage.
// CHECK1: 1 PCs written
// CHECK2: 3 PCs written
-// CHECK3: 4 PCs written
+// CHECK3: 3 PCs written