Skip to content

Commit 61d6154

Browse files
committed
[llvm-cov] Fix the test of bnary-id-lookup.c after the commit cd8fe1d.
1 parent 4cc7c74 commit 61d6154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/test/profile/Linux/binary-id-lookup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
// CHECK: 3| 1|int main() {
3030

3131
// FOO-ONLY: 1| 1|void foo(void) {}
32-
// MISSING-BINARY-ID: error: Failed to load coverage: '[[FILENAME]]': Missing binary ID: abcd1234
33-
// NODATA: error: Failed to load coverage: '': No coverage data found
32+
// MISSING-BINARY-ID: error: failed to load coverage: '[[FILENAME]]': Missing binary ID: abcd1234
33+
// NODATA: error: failed to load coverage: '': no coverage data found
3434

3535
//--- foo.c
3636
void foo(void) {}

0 commit comments

Comments
 (0)