[cfe-commits] r126501 - /cfe/trunk/test/SemaCXX/nested-name-spec-locations.cpp

Matt Beaumont-Gay matthewbg at google.com
Fri Feb 25 11:09:01 PST 2011


Author: matthewbg
Date: Fri Feb 25 13:09:01 2011
New Revision: 126501

URL: http://llvm.org/viewvc/llvm-project?rev=126501&view=rev
Log:
s/clang-cc1/clang_cc1

Modified:
    cfe/trunk/test/SemaCXX/nested-name-spec-locations.cpp

Modified: cfe/trunk/test/SemaCXX/nested-name-spec-locations.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaCXX/nested-name-spec-locations.cpp?rev=126501&r1=126500&r2=126501&view=diff
==============================================================================
--- cfe/trunk/test/SemaCXX/nested-name-spec-locations.cpp (original)
+++ cfe/trunk/test/SemaCXX/nested-name-spec-locations.cpp Fri Feb 25 13:09:01 2011
@@ -1,4 +1,4 @@
-// RUN: %clang-cc1 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
 
 // Note: the formatting in this test case is intentionally funny, with
 // nested-name-specifiers stretched out vertically so that we can





More information about the cfe-commits mailing list