Add another expected note. Two errors => two notes.
authorTim Northover <Tim.Northover@arm.com>
Wed, 27 Mar 2013 13:50:57 +0000 (13:50 +0000)
committerTim Northover <Tim.Northover@arm.com>
Wed, 27 Mar 2013 13:50:57 +0000 (13:50 +0000)
llvm-svn: 178143

clang/test/Sema/asm.c

index 50c2818..2f875a6 100644 (file)
@@ -125,7 +125,7 @@ void test13(void) {
 }
 
 // <rdar://problem/12700799>
-struct S;  // expected-note {{forward declaration of 'struct S'}}
+struct S;  // expected-note {{forward declaration of 'struct S'}} expected-note {{forward declaration of 'struct S'}}
 void test14(struct S *s) {
   __asm("": : "a"(*s)); // expected-error {{dereference of pointer to incomplete type 'struct S'}}
   __asm("": "=a" (*s) :); // expected-error {{dereference of pointer to incomplete type 'struct S'}}