[cfe-commits] r126501 - /cfe/trunk/test/SemaCXX/nested-name-spec-locations.cpp
Douglas Gregor
dgregor at apple.com
Fri Feb 25 11:30:00 PST 2011
On Feb 25, 2011, at 11:09 AM, Matt Beaumont-Gay wrote:
> 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
Oops, thanks!
- Doug
> 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
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list