From 09f3462e0713cfbf21fce3b80d838db63f14c789 Mon Sep 17 00:00:00 2001 From: Matt Beaumont-Gay Date: Fri, 25 Feb 2011 19:09:01 +0000 Subject: [PATCH] s/clang-cc1/clang_cc1 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126501 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaCXX/nested-name-spec-locations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/SemaCXX/nested-name-spec-locations.cpp b/test/SemaCXX/nested-name-spec-locations.cpp index e4dd6cf986..85ebd90288 100644 --- a/test/SemaCXX/nested-name-spec-locations.cpp +++ b/test/SemaCXX/nested-name-spec-locations.cpp @@ -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 -- 2.50.1