The invocation changed, follow the changes.
This commit is contained in:
parent
6f55c38f62
commit
c51df6e215
@ -6,7 +6,7 @@
|
||||
// LICENSE.TXT for details.
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
// RUN: %cling %s\(42\) | FileCheck %s
|
||||
// RUN: %cling %s "args(42)" | FileCheck %s
|
||||
extern "C" int printf(const char* fmt, ...);
|
||||
void args(int I, const char* S = "ArgString") {
|
||||
printf("I=%d\n", I); // CHECK: I=42
|
||||
|
Loading…
x
Reference in New Issue
Block a user