[cfe-commits] r88900 - /cfe/trunk/test/CodeGenCXX/delete-two-arg.cpp

Douglas Gregor dgregor at apple.com
Mon Nov 16 09:36:33 PST 2009


On Nov 15, 2009, at 10:49 PM, Mike Stump wrote:

> Author: mrs
> Date: Mon Nov 16 00:49:10 2009
> New Revision: 88900
>
> URL: http://llvm.org/viewvc/llvm-project?rev=88900&view=rev
> Log:
> Try and fix buildbot issue.
>
> Modified:
>    cfe/trunk/test/CodeGenCXX/delete-two-arg.cpp
>
> Modified: cfe/trunk/test/CodeGenCXX/delete-two-arg.cpp
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/delete-two-arg.cpp?rev=88900&r1=88899&r2=88900&view=diff
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- cfe/trunk/test/CodeGenCXX/delete-two-arg.cpp (original)
> +++ cfe/trunk/test/CodeGenCXX/delete-two-arg.cpp Mon Nov 16 00:49:10  
> 2009
> @@ -1,4 +1,4 @@
> -// RUN: clang-cc %s -o - -emit-llvm -verify | FileCheck %s
> +// RUN: clang-cc -triple i686-pc-linue-gnu %s -o - -emit-llvm - 
> verify | FileCheck %s

Typo "linue" in this triple...

	- Doug



More information about the cfe-commits mailing list