Skip to content

Commit 05f1e51

Browse files
committed
Fix diagnostics-dsym.test on mac-arm64
The check ordering of diagnostics-dsym.test is wrong and it causes test failure when running on mac-arm64 machine. This patch fixes it.
1 parent 7647174 commit 05f1e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/InstallAPI/diagnostics-dsym.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
; RUN: --verify-mode=Pedantic 2>&1 | FileCheck %s
2020

2121
; CHECK: violations found for arm64
22-
; CHECK: foo.c:5:0: error: no declaration found for exported symbol 'bar' in dynamic library
2322
; CHECK: foo.c:1:0: error: no declaration found for exported symbol 'foo' in dynamic library
23+
; CHECK: foo.c:5:0: error: no declaration found for exported symbol 'bar' in dynamic library
2424

2525
;--- foo.c
2626
int foo(void) {

0 commit comments

Comments
 (0)