We don't need -verify.

This commit is contained in:
Vassil Vassilev 2013-10-02 17:29:31 +02:00 committed by sftnight
parent 8d16dd4791
commit 2ce823fbef

View File

@ -1,4 +1,4 @@
// RUN: cat %s | %cling -Xclang -verify | FileCheck %s
// RUN: cat %s | %cling | FileCheck %s
// Test the ability of unloading the last transaction. Here as a matter of fact
// we unload the wrapper as well and TODO: decrement the unique wrapper counter.