aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/plugin/infoleak-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/plugin/infoleak-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/plugin/infoleak-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/plugin/infoleak-1.c b/gcc/testsuite/gcc.dg/plugin/infoleak-1.c
index 4c5a86a..07e3101 100644
--- a/gcc/testsuite/gcc.dg/plugin/infoleak-1.c
+++ b/gcc/testsuite/gcc.dg/plugin/infoleak-1.c
@@ -69,7 +69,7 @@ void test_2d (void __user *dst, u32 a)
{
struct s2 s = {0};
s.i = a;
- copy_to_user(dst, &s, sizeof (struct s2)); /* { dg-bogus" } */
+ copy_to_user(dst, &s, sizeof (struct s2)); /* { dg-bogus "" } */
}
struct empty {};