2009-12-16 04:14:24 +08:00
|
|
|
// RUN: %clang_cc1 -fsyntax-only -verify %s
|
2009-08-29 01:53:05 +08:00
|
|
|
|
2011-09-01 01:37:55 +08:00
|
|
|
- (NSDictionary*) _executeScript:(NSString *)source { // expected-error 2 {{expected a type}} \
|
|
|
|
// expected-error {{missing context for method declaration}}
|
|
|
|
Exit: [nilArgs release];
|
2010-09-01 23:49:26 +08:00
|
|
|
}
|
|
|
|
- (NSDictionary *) _setupKernelStandardMode:(NSString *)source { // expected-error 2 {{expected a type}} \
|
2011-09-01 01:37:55 +08:00
|
|
|
// expected-error {{missing context for method declaration}}
|
|
|
|
Exit: if(_ciKernel && !success ) {
|