mirror of https://github.com/microsoft/clang.git
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:
parent
3de69fea50
commit
e88b17c0ef
|
@ -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"'
|
||||
|
|
Loading…
Reference in New Issue