From 29ba6ff781a897a7eca8c5f4bd627ab0f372791f Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 28 Jan 2016 22:56:41 +0000 Subject: [PATCH] Update for llvm change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@259108 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/pr18235.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/pr18235.c b/test/CodeGen/pr18235.c index d3f12ee563..49241c8229 100644 --- a/test/CodeGen/pr18235.c +++ b/test/CodeGen/pr18235.c @@ -1,3 +1,3 @@ // RUN: not %clang_cc1 -triple le32-unknown-nacl %s -S -o - 2>&1 | FileCheck %s -// CHECK: error: unable to create target: 'No available targets are compatible with this triple, see -version for the available targets.' +// CHECK: error: unable to create target: 'No available targets are compatible with this triple. -- 2.40.0