mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-11 02:16:50 +00:00
clang/test/Modules/malformed-overload.m: Make sure module cache is clean.
llvm-svn: 301539
This commit is contained in:
parent
973ff79e29
commit
742c5fce67
@ -1,3 +1,4 @@
|
||||
// RUN: rm -rf %t
|
||||
// RUN: %clang_cc1 -fsyntax-only -I%S/Inputs/malformed-overload -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -verify %s
|
||||
NSLog(@"%@", path); // expected-error {{expected parameter declarator}} expected-error {{expected ')'}} expected-warning {{type specifier missing}} expected-warning {{incompatible redeclaration}} expected-note {{to match this '('}} expected-note {{'NSLog' is a builtin with type}}
|
||||
#import "X.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user