Lit runs cling with --nologo.

git-svn-id: http://root.cern.ch/svn/root/trunk@46635 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
Vassil Vassilev 2012-10-18 11:55:04 +00:00
parent 2b27986ff9
commit ff1861cfc2

View File

@ -1,5 +1,5 @@
// RUN: cat %s | %cling -Xclang -verify
// RUN: cat %s | %cling --nologo | FileCheck %s
// RUN: cat %s | %cling | FileCheck %s
#include "cling/Interpreter/Interpreter.h"
#include "cling/Interpreter/StoredValueRef.h"