[sanitizer] fix a test broken by r229940
authorKostya Serebryany <kcc@google.com>
Fri, 20 Feb 2015 02:12:25 +0000 (02:12 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 20 Feb 2015 02:12:25 +0000 (02:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229951 91177308-0d34-0410-b5e6-96231b3b80d8

test/Instrumentation/SanitizerCoverage/coverage.ll

index ed249c1d3e40aaee1e7c59c8421abb05773d8718..15957279ce5d597003b6ee56b4e03a62402899a1 100644 (file)
@@ -47,7 +47,7 @@ entry:
 
 ; CHECK1-LABEL: define internal void @sancov.module_ctor
 ; CHECK1-NOT: ret
 
 ; CHECK1-LABEL: define internal void @sancov.module_ctor
 ; CHECK1-NOT: ret
-; CHECK1: call void @__sanitizer_cov_module_init({{.*}}, i64 2)
+; CHECK1: call void @__sanitizer_cov_module_init({{.*}}, i64 2,
 ; CHECK1: ret
 
 ; CHECK_WITH_CHECK-LABEL: define void @foo
 ; CHECK1: ret
 
 ; CHECK_WITH_CHECK-LABEL: define void @foo
@@ -66,7 +66,7 @@ entry:
 
 ; CHECK2-LABEL: define internal void @sancov.module_ctor
 ; CHECK2-NOT: ret
 
 ; CHECK2-LABEL: define internal void @sancov.module_ctor
 ; CHECK2-NOT: ret
-; CHECK2: call void @__sanitizer_cov_module_init({{.*}}, i64 4)
+; CHECK2: call void @__sanitizer_cov_module_init({{.*}}, i64 4,
 ; CHECK2: ret
 
 ; CHECK3-LABEL: define void @foo
 ; CHECK2: ret
 
 ; CHECK3-LABEL: define void @foo