]> granicus.if.org Git - clang/commitdiff
Add a space in a run line. NFC.
authorGeorge Burgess IV <george.burgess.iv@gmail.com>
Thu, 1 Dec 2016 20:16:56 +0000 (20:16 +0000)
committerGeorge Burgess IV <george.burgess.iv@gmail.com>
Thu, 1 Dec 2016 20:16:56 +0000 (20:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288414 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/enable_if.cpp

index e17695b413b62f7b0334bf627a7ee21b79d105e9..4e7707aaeed9c73a746e0e296e76911ce45f52d1 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm %s -o - -triple=x86_64-pc-linux-gnu| FileCheck %s
+// RUN: %clang_cc1 -emit-llvm %s -o - -triple=x86_64-pc-linux-gnu | FileCheck %s
 
 // Test address-of overloading logic
 int test5(int);