Missed a space at the end of the line.
authorBrad Smith <brad@comstyle.com>
Fri, 13 Jun 2014 03:53:07 +0000 (03:53 +0000)
committerBrad Smith <brad@comstyle.com>
Fri, 13 Jun 2014 03:53:07 +0000 (03:53 +0000)
llvm-svn: 210884

clang/test/Driver/clang-g-opts.c

index 7a52751..a9566b7 100644 (file)
@@ -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"