Update the CHECK-NOT clause.

This commit is contained in:
Vassil Vassilev 2013-10-14 11:43:19 +02:00 committed by sftnight
parent 389ff17151
commit 694a0e4c3f

View File

@ -13,7 +13,7 @@ namespace test { int y = 0; }
.storeState "testSubsequentDecls"
#include "SubsequentDecls.h"
.compareState "testSubsequentDecls"
// CHECK-NOT: File with AST differencies stored in: testSubsequentDeclsAST.diff
// CHECK-NOT: Differences
.rawInput 1
template<> int TemplatedF(int i) { return i + 100; }