Commit 896e265f by Mike Stump

Oops, this works as expected now.

From-SVN: r65230
parent b60bca8f
......@@ -10,5 +10,5 @@ void foo (void) {}
extern int foobar asm ("_baz");
int foobar = 3;
/* { dg-final { scan-assembler-not "\\*_bar" { xfail *-*-darwin* } } } */
/* { dg-final { scan-assembler-not "\\*_baz" { xfail *-*-darwin* } } } */
/* { dg-final { scan-assembler-not "\\*_bar" } } */
/* { dg-final { scan-assembler-not "\\*_baz" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment