Skip to content

Commit

Permalink
[CodeGen] Fix test attr-noreturn.c when run from my home directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-mccall committed Mar 24, 2020
1 parent a2aa997 commit 0b59982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/CodeGen/attr-noreturn.c
Expand Up @@ -6,5 +6,5 @@ fptrs_t p __attribute__((noreturn));
void __attribute__((noreturn)) f() {
p[0]();
}
// CHECK: call
// CHECK: call void
// CHECK-NEXT: unreachable

0 comments on commit 0b59982

Please sign in to comment.