mirror of https://github.com/microsoft/clang.git
Add a space in a run line. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@288414 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b3a39544d3
commit
bef1cdf7e4
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue