[cfe-commits] r92043 - /cfe/trunk/test/Index/c-index-crasher-rdar_7487294.c

Charles Davis cdavis at mymail.mines.edu
Wed Dec 23 14:34:39 PST 2009


Ted Kremenek wrote:
> --- cfe/trunk/test/Index/c-index-crasher-rdar_7487294.c (original)
> +++ cfe/trunk/test/Index/c-index-crasher-rdar_7487294.c Wed Dec 23 14:58:27 2009
> @@ -1,13 +1,14 @@
> -// RUN: c-index-test -test-load-source local %s 2>&1 | FileCheck %s
> +// RUN: %clang-cc1 -fsyntax-only %s 2>&1 | FileCheck %s
Uhh... doesn't that dash in "%clang-cc1" need to be an underscore, i.e.
"%clang_cc1"? That's the way it is in the the other tests, and that's
the name of the variable that lit substitutes at test runtime.

Chip




More information about the cfe-commits mailing list