Mercurial > hg > CbC > CbC_llvm
comparison tools/clang/test/Index/remap-complete.c @ 33:e4204d083e25 LLVM3.5
LLVM 3.5
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 14:32:10 +0900 |
parents | 95c75e76d11b |
children |
comparison
equal
deleted
inserted
replaced
1:f783a2dd24b1 | 33:e4204d083e25 |
---|---|
1 // RUN: c-index-test -code-completion-at=%s:6:2 -remap-file="%s;%S/Inputs/remap-complete-to.c" %s | FileCheck %s | 1 // RUN: c-index-test -code-completion-at=%s:6:2 -remap-file="%s,%S/Inputs/remap-complete-to.c" %s | FileCheck %s |
2 | 2 |
3 // CHECK: FunctionDecl:{ResultType int}{TypedText f0}{LeftParen (} | 3 // CHECK: FunctionDecl:{ResultType int}{TypedText f0}{LeftParen (} |
4 void f() { } | 4 void f() { } |