From 8a498458a1d5f1e91fb49e0d11bc25cc6bfba152 Mon Sep 17 00:00:00 2001 From: Xinliang David Li Date: Tue, 5 Dec 2017 21:54:20 +0000 Subject: Revert test case change for r319794 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@319842 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/profile/infinite_loop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/profile/infinite_loop.c b/test/profile/infinite_loop.c index 0e3981c71..883d7e6da 100644 --- a/test/profile/infinite_loop.c +++ b/test/profile/infinite_loop.c @@ -23,8 +23,8 @@ int main() // CHECK: Counters: // CHECK-NEXT: main: // CHECK-NEXT: Hash: {{.*}} -// CHECK-NEXT: Counters: 2 -// CHECK-NEXT: Block counts: [1000, 1] +// CHECK-NEXT: Counters: 1 +// CHECK-NEXT: Block counts: [1000] -- cgit v1.2.3