[cfe-commits] r125816 - in /cfe/trunk/test/Parser: goto-ident.c goto.c

Chris Lattner sabre at nondot.org
Thu Feb 17 18:05:32 PST 2011


Author: lattner
Date: Thu Feb 17 20:05:32 2011
New Revision: 125816

URL: http://llvm.org/viewvc/llvm-project?rev=125816&view=rev
Log:
rename test


Added:
    cfe/trunk/test/Parser/goto.c
      - copied unchanged from r125812, cfe/trunk/test/Parser/goto-ident.c
Removed:
    cfe/trunk/test/Parser/goto-ident.c

Removed: cfe/trunk/test/Parser/goto-ident.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Parser/goto-ident.c?rev=125815&view=auto
==============================================================================
--- cfe/trunk/test/Parser/goto-ident.c (original)
+++ cfe/trunk/test/Parser/goto-ident.c (removed)
@@ -1,6 +0,0 @@
-/* RUN: %clang_cc1 -fsyntax-only -verify %s
-*/
-
-void foo() { 
-  goto ; /* expected-error {{expected identifier}} */
-}





More information about the cfe-commits mailing list