Cannot use tick as quote on Windows.'

This commit is contained in:
Bertrand Bellenot 2016-11-30 10:54:55 +01:00 committed by sftnight
parent 0d50cea5ca
commit fdf057e19a
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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'