Index: test/compiler-override/test.c |
diff --git a/test/mac/framework-headers/myframework.m b/test/compiler-override/test.c |
similarity index 53% |
copy from test/mac/framework-headers/myframework.m |
copy to test/compiler-override/test.c |
index 13d53a37ab716db25f82fb15060d47804db81e06..517a35361962839546d9977c032e221fff9e7bf7 100644 |
--- a/test/mac/framework-headers/myframework.m |
+++ b/test/compiler-override/test.c |
@@ -2,7 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#import "myframework.h" |
- |
-@implementation TestObject |
-@end |
+// Deliberate C syntax error as this file should never be passed to |
+// the actual compiler |
+#error Should not be passed to a real compiler |