| Index: gcc/gcc/testsuite/objc/execute/exceptions/local-variables-1.m
|
| diff --git a/gcc/gcc/testsuite/objc/execute/exceptions/local-variables-1.m b/gcc/gcc/testsuite/objc/execute/exceptions/local-variables-1.m
|
| index 79a629786427c62f8bd3e50ff54fbea124e0b4d8..fa419f9e1f8d4751f9bfec30245e4835e0f13437 100644
|
| --- a/gcc/gcc/testsuite/objc/execute/exceptions/local-variables-1.m
|
| +++ b/gcc/gcc/testsuite/objc/execute/exceptions/local-variables-1.m
|
| @@ -2,9 +2,9 @@
|
| block survive until the @catch block is reached. */
|
| /* Developed by Ziemowit Laski <zlaski@apple.com>. */
|
|
|
| -#include <objc/Object.h>
|
| #include <stdlib.h>
|
| #include <stdio.h>
|
| +#import "../../../objc-obj-c++-shared/Object1.h"
|
|
|
| int gi1 = 9, gi2 = 19;
|
| float gf1 = 9.0, gf2 = 19.0;
|
|
|