Make having no RUN line a failure.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 25 Jul 2009 12:47:38 +0000 (12:47 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 25 Jul 2009 12:47:38 +0000 (12:47 +0000)
commit595c98729bd56c74a7ce1fee204dec33ed73e81e
tree0905a6cef11244feb4c0fcfc5d89628e4b5f7792
parentb6372fa7bba2a313bc9e461661e28c6bb5e951f7
Make having no RUN line a failure.

Doug, please look at decltype-crash and instantiate-function-1.mm, I'm not sure
if they are actually testing the right thing / anything.

llvm-svn: 77070
clang/test/CXX/class/class.nested.type/p1.cpp
clang/test/CXX/temp/temp.param/p1.cpp
clang/test/Index/t1.c
clang/test/Index/t2.c
clang/test/Sema/attr-format_arg.c
clang/test/SemaCXX/decltype-crash.cpp
clang/test/SemaTemplate/instantiate-function-1.mm
clang/utils/test/MultiTestRunner.py
clang/utils/test/TestRunner.py