Skip to content

Commit d6a326f

Browse files
committed
fix a testcase
1 parent 6089e4f commit d6a326f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/fprofile-generate-cold-function-coverage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// CHECK: "--instrument-cold-function-only-path=default_%m.profraw"
33
// CHECK: "--pgo-instrument-cold-function-only"
44
// CHECK: "--pgo-function-entry-coverage"
5-
// CHECK: "-fprofile-instrument=coldcov"
5+
// CHECK: "-fprofile-instrument=sample-coldcov"
66
// CHECK-NOT: "-fprofile-instrument-path=
77

88
// RUN: %clang -### -c -fprofile-generate-cold-function-coverage=dir %s 2>&1 | FileCheck %s --check-prefix=CHECK-EQ

0 commit comments

Comments
 (0)