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 a1d77ca commit 2df9fd7Copy full SHA for 2df9fd7
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-DAG: foo.c:5:0: error: no declaration found for exported symbol 'bar' in dynamic library
+; CHECK-DAG: foo.c:1:0: error: no declaration found for exported symbol 'foo' in dynamic library
24
25
;--- foo.c
26
int foo(void) {
0 commit comments