diff options
Diffstat (limited to 'test/CodeGen/attr-cleanup.c')
-rw-r--r-- | test/CodeGen/attr-cleanup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/attr-cleanup.c b/test/CodeGen/attr-cleanup.c index 03dde3341e..9105ededa2 100644 --- a/test/CodeGen/attr-cleanup.c +++ b/test/CodeGen/attr-cleanup.c @@ -3,6 +3,6 @@ // <rdar://problem/6827047> void f(void* arg); void g() { - __attribute__((cleanup(f))) void *g; + __attribute__((cleanup(f))) void *g; } |