Commit 1e14a542 by Zack Weinberg

Correct warning string to grep for

From-SVN: r31639
parent 355dff4c
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
static void static void
foo () foo ()
{ {
skip_it: ; /* { dg-warning "unused label" "unused label warning" } */ skip_it: ; /* { dg-warning "defined but not used" "unused label warning" } */
} }
void void
......
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