No need of -verify and -I for that test.

git-svn-id: http://root.cern.ch/svn/root/trunk@46410 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
Vassil Vassilev 2012-10-09 16:09:42 +00:00
parent 48d25b94e0
commit a6a7c6f748

View File

@ -1,4 +1,4 @@
// RUN: cat %s | %cling -Xclang -verify -I%p | FileCheck %s
// RUN: cat %s | %cling -I%p | FileCheck %s
// The test verifies the expected behavior in cling::utils::Transform class,
// which is supposed to provide different transformation of AST nodes and types.