diff options
Diffstat (limited to 'test/Driver/darwin-verify-debug.c')
-rw-r--r-- | test/Driver/darwin-verify-debug.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Driver/darwin-verify-debug.c b/test/Driver/darwin-verify-debug.c index 4878c74..ebbf89a 100644 --- a/test/Driver/darwin-verify-debug.c +++ b/test/Driver/darwin-verify-debug.c @@ -1,13 +1,12 @@ // Check that we verify debug output properly with multiple -arch options. // -// REQUIRES: asserts // RUN: %clang -target x86_64-apple-darwin10 -ccc-print-phases \ // RUN: --verify-debug-info -arch i386 -arch x86_64 %s -g 2> %t // RUN: FileCheck -check-prefix=CHECK-MULTIARCH-ACTIONS < %t %s // // CHECK-MULTIARCH-ACTIONS: 0: input, "{{.*}}darwin-verify-debug.c", c -// CHECK-MULTIARCH-ACTIONS: 8: dsymutil, {7}, dSYM -// CHECK-MULTIARCH-ACTIONS: 9: verify-debug-info, {8}, none +// CHECK-MULTIARCH-ACTIONS: 9: dsymutil, {8}, dSYM +// CHECK-MULTIARCH-ACTIONS: 10: verify-debug-info, {9}, none // // RUN: %clang -target x86_64-apple-darwin10 -ccc-print-bindings \ // RUN: --verify-debug-info -arch i386 -arch x86_64 %s -g 2> %t |