Cannot use tick as quote on Windows.'
This commit is contained in:
parent
0d50cea5ca
commit
fdf057e19a
@ -1,4 +1,4 @@
|
||||
//RUN: cat %s | %cling -Xclang -verify -DCLING='" %cling "' | FileCheck %s
|
||||
//RUN: cat %s | %cling -Xclang -verify "-DCLING=\" %cling \"" | FileCheck %s
|
||||
//RUN: rm -f /tmp/__cling_fwd_*
|
||||
//XFAIL:*
|
||||
#include "cling/Interpreter/Interpreter.h"
|
||||
|
@ -6,8 +6,8 @@
|
||||
// LICENSE.TXT for details.
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
//RUN: %cling %s 'args(42,"AAA)BBB")' 2>&1 | FileCheck %s
|
||||
//RUN: %cling '.x %s(42,"AAA)BBB")' 2>&1 | FileCheck -check-prefix=CHECK-DOTX %s
|
||||
//RUN: %cling %s "args(42,\"AAA)BBB\")" 2>&1 | FileCheck %s
|
||||
//RUN: %cling ".x %s(42,\"AAA)BBB\")" 2>&1 | FileCheck -check-prefix=CHECK-DOTX %s
|
||||
|
||||
// From .x-implicit args() call:
|
||||
//CHECK: input_line_4:2:2: error: no matching function for call to 'args'
|
||||
|
Loading…
Reference in New Issue
Block a user