The invocation changed, follow the changes.

This commit is contained in:
Vassil Vassilev 2014-08-03 17:26:43 +02:00 committed by sftnight
parent 6f55c38f62
commit c51df6e215

View File

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