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 7647174 commit 05f1e51Copy full SHA for 05f1e51
clang/test/InstallAPI/diagnostics-dsym.test
@@ -19,8 +19,8 @@
19
; RUN: --verify-mode=Pedantic 2>&1 | FileCheck %s
20
21
; CHECK: violations found for arm64
22
-; CHECK: foo.c:5:0: error: no declaration found for exported symbol 'bar' in dynamic library
23
; CHECK: foo.c:1:0: error: no declaration found for exported symbol 'foo' in dynamic library
+; CHECK: foo.c:5:0: error: no declaration found for exported symbol 'bar' in dynamic library
24
25
;--- foo.c
26
int foo(void) {
0 commit comments