summaryrefslogtreecommitdiffstats
path: root/test/Analysis/analyzer-stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/analyzer-stats.c')
-rw-r--r--test/Analysis/analyzer-stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/analyzer-stats.c b/test/Analysis/analyzer-stats.c
index 9eeaade..63073b7 100644
--- a/test/Analysis/analyzer-stats.c
+++ b/test/Analysis/analyzer-stats.c
@@ -2,7 +2,7 @@
int foo();
-int test() { // expected-warning{{Total CFGBlocks}}
+int test() { // expected-warning-re{{test -> Total CFGBlocks: [0-9]+ \| Unreachable CFGBlocks: 0 \| Exhausted Block: no \| Empty WorkList: yes}}
int a = 1;
a = 34 / 12;
OpenPOWER on IntegriCloud