Missing quote in previous commit

The test was failing because I missed a quote.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@340511 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
JF Bastien 2018-08-23 04:09:49 +00:00
parent 3de69fea50
commit e88b17c0ef
1 changed files with 1 additions and 1 deletions

View File

@ -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 triple "le32-unknown-nacl"
// CHECK: error: unable to create target: 'No available targets are compatible with triple "le32-unknown-nacl"'