commit | 426b709a8160daa58174cbce2511d33fa3de3f61 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Dec 29 07:42:23 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Dec 29 07:42:23 2009 +0000 |
tree | 0a718d52fac376e4be593de14230d01a11b90f90 | |
parent | 3b3267273310f281ca2af354724cbc9111d494d4 [diff] [blame] |
fix whitespace in test to match llvm asmprinter change. llvm-svn: 92251
diff --git a/clang/test/Driver/darwin-debug-flags.c b/clang/test/Driver/darwin-debug-flags.c index 86cd5b9..7ce6137 100644 --- a/clang/test/Driver/darwin-debug-flags.c +++ b/clang/test/Driver/darwin-debug-flags.c
@@ -6,6 +6,6 @@ // CHECK: -triple i386-apple-darwin9 // CHECK: -g // CHECK: -Os -// CHECK: [DW_TAG_compile_unit ] +// CHECK: [ DW_TAG_compile_unit ] int x;