We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc7c74 commit 61d6154Copy full SHA for 61d6154
compiler-rt/test/profile/Linux/binary-id-lookup.c
@@ -29,8 +29,8 @@
29
// CHECK: 3| 1|int main() {
30
31
// 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
+// MISSING-BINARY-ID: error: failed to load coverage: '[[FILENAME]]': Missing binary ID: abcd1234
+// NODATA: error: failed to load coverage: '': no coverage data found
34
35
//--- foo.c
36
void foo(void) {}
0 commit comments