فهرست منبع

[analyzer] Fix a merge error in -analyzer-config tests.

It was introduced when two -analyzer-config options were added almost
simultaneously in r324793 and r324668 and the option count was not
rebased correctly in the tests.

Fixes the buildbots.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@324801 91177308-0d34-0410-b5e6-96231b3b80d8
Artem Dergachev 7 سال پیش
والد
کامیت
5ec079b92e
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      test/Analysis/analyzer-config.c
  2. 1 1
      test/Analysis/analyzer-config.cpp

+ 1 - 1
test/Analysis/analyzer-config.c

@@ -34,4 +34,4 @@ void foo() {
 // CHECK-NEXT: unroll-loops = false
 // CHECK-NEXT: unroll-loops = false
 // CHECK-NEXT: widen-loops = false
 // CHECK-NEXT: widen-loops = false
 // CHECK-NEXT: [stats]
 // CHECK-NEXT: [stats]
-// CHECK-NEXT: num-entries = 21
+// CHECK-NEXT: num-entries = 22

+ 1 - 1
test/Analysis/analyzer-config.cpp

@@ -45,4 +45,4 @@ public:
 // CHECK-NEXT: unroll-loops = false
 // CHECK-NEXT: unroll-loops = false
 // CHECK-NEXT: widen-loops = false
 // CHECK-NEXT: widen-loops = false
 // CHECK-NEXT: [stats]
 // CHECK-NEXT: [stats]
-// CHECK-NEXT: num-entries = 26
+// CHECK-NEXT: num-entries = 27