r340511 - Missing quote in previous commit

JF Bastien via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 22 21:09:50 PDT 2018


Author: jfb
Date: Wed Aug 22 21:09:49 2018
New Revision: 340511

URL: http://llvm.org/viewvc/llvm-project?rev=340511&view=rev
Log:
Missing quote in previous commit

The test was failing because I missed a quote.

Modified:
    cfe/trunk/test/CodeGen/pr18235.c

Modified: cfe/trunk/test/CodeGen/pr18235.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/pr18235.c?rev=340511&r1=340510&r2=340511&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/pr18235.c (original)
+++ cfe/trunk/test/CodeGen/pr18235.c Wed Aug 22 21:09:49 2018
@@ -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"'




More information about the cfe-commits mailing list