From: Brad Smith Date: Fri, 13 Jun 2014 03:53:07 +0000 (+0000) Subject: Missed a space at the end of the line. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af74764a820bdf7d017a8c934bc7140cb080d9e1;p=clang Missed a space at the end of the line. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210884 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/clang-g-opts.c b/test/Driver/clang-g-opts.c index 7a52751e08..a9566b7ee1 100644 --- a/test/Driver/clang-g-opts.c +++ b/test/Driver/clang-g-opts.c @@ -15,7 +15,7 @@ // RUN: | FileCheck --check-prefix=CHECK-WITH-G-DWARF2 %s // RUN: %clang -### -S %s -g0 -g -target i686-pc-openbsd 2>&1 \ // RUN: | FileCheck --check-prefix=CHECK-WITH-G-DWARF2 %s -// RUN: %clang -### -S %s -g0 -g -target x86_64-pc-freebsd10.02>&1 \ +// RUN: %clang -### -S %s -g0 -g -target x86_64-pc-freebsd10.0 2>&1 \ // RUN: | FileCheck --check-prefix=CHECK-WITH-G-DWARF2 %s // CHECK-WITHOUT-G-NOT: "-g"