commit | cf94fb9d7baf6c2d576a140b7d60a979ed0c6cdb | [log] [tgz] |
---|---|---|
author | Reid Spencer <rspencer@reidspencer.com> | Sun Apr 15 20:41:31 2007 +0000 |
committer | Reid Spencer <rspencer@reidspencer.com> | Sun Apr 15 20:41:31 2007 +0000 |
tree | 5e171b8fe0c5896b1898d3ecb476c02973fa3efc | |
parent | d033c77ea390cd88277ae40367f819e51df93e66 [diff] [blame] |
For PR1319: Upgrade to new test harness. llvm-svn: 36084
diff --git a/llvm/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp.tr b/llvm/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp.tr index 03fead2..8ae15c9 100644 --- a/llvm/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp.tr +++ b/llvm/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp.tr
@@ -1,4 +1,4 @@ -// RUN: %llvmgcc -xc++ -S -o - %s | not grep ' constant ' +// RUN: %llvmgcc -xc++ -S -o - %s | not grep { constant } extern int X; const int Y = X;