aboutsummaryrefslogtreecommitdiff
path: root/test/Index/remap-complete.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Index/remap-complete.c')
-rw-r--r--test/Index/remap-complete.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Index/remap-complete.c b/test/Index/remap-complete.c
new file mode 100644
index 000000000000..cfafd3051d8f
--- /dev/null
+++ b/test/Index/remap-complete.c
@@ -0,0 +1,5 @@
+// RUN: c-index-test -code-completion-at=%s:1:12 -remap-file="%s;%S/Inputs/remap-complete-to.c" %s | FileCheck %s
+// XFAIL: win32
+
+// CHECK: FunctionDecl:{TypedText f0}{LeftParen (}{RightParen )}
+void f() { }