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: http://review.tizen.org/git/?a=commitdiff_plain;h=6d1dfdc0119a44a48d6d0c0167bd08093c4b0ac0;p=platform%2Fupstream%2Fllvm.git Missed a space at the end of the line. llvm-svn: 210884 --- diff --git a/clang/test/Driver/clang-g-opts.c b/clang/test/Driver/clang-g-opts.c index 7a52751..a9566b7 100644 --- a/clang/test/Driver/clang-g-opts.c +++ b/clang/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"