diff options
Diffstat (limited to 'test/CodeGen/avr/attributes/signal.c')
-rw-r--r-- | test/CodeGen/avr/attributes/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/avr/attributes/signal.c b/test/CodeGen/avr/attributes/signal.c index 82859000060e2..030cdc843fec9 100644 --- a/test/CodeGen/avr/attributes/signal.c +++ b/test/CodeGen/avr/attributes/signal.c @@ -1,6 +1,6 @@ // RUN: %clang_cc1 -triple avr-unknown-unknown -emit-llvm %s -o - | FileCheck %s -// CHECK: define void @foo() #0 +// CHECK: define void @foo(){{.*}}#0 __attribute__((signal)) void foo(void) { } // CHECK: attributes #0 = {{{.*signal.*}}} |