blob: 4f953882f7d817bafa92683f850dc1952f2ceeae (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Disabling until the lldb-rpc-gen tool lands.
XFAIL: *
RUN: mkdir -p %t/server
RUN: mkdir -p %t/lib
RUN: %lldb-rpc-gen --output-dir=%t %S/../../Inputs/CheckConstCharPointer.h
RUN: cat %t/lib/CheckConstCharPointer.cpp | FileCheck %s
# const char * pointers must be decoded as rpc_common::ConstCharPointer objects
# in server side source files.
CHECK: rpc_common::ConstCharPointer string
|