From c0da957bb05b7044bec83f8159c57b1d9ab9eb59 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Sat, 6 Apr 2019 00:43:17 +0000 Subject: [PATCH] tsan: Update test expectations. llvm-svn: 357831 --- compiler-rt/lib/tsan/check_analyze.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler-rt/lib/tsan/check_analyze.sh b/compiler-rt/lib/tsan/check_analyze.sh index a2a7e82..79c3218 100755 --- a/compiler-rt/lib/tsan/check_analyze.sh +++ b/compiler-rt/lib/tsan/check_analyze.sh @@ -42,8 +42,8 @@ done for f in read1 read2 read4 read8; do check $f rsp 1 - check $f push 3 - check $f pop 24 + check $f push 1 + check $f pop 8 done for f in func_entry func_exit; do -- 2.7.4