diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:07:40 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:07:40 +0000 |
| commit | bfef399519ca9b8a4b4c6b563253bad7e0eeffe0 (patch) | |
| tree | df8df0b0067b381eab470a3b8f28d14a552a6340 /test/Driver/debug-unsupported.c | |
| parent | 6a0372513edbc473b538d2f724efac50405d6fef (diff) | |
Notes
Diffstat (limited to 'test/Driver/debug-unsupported.c')
| -rw-r--r-- | test/Driver/debug-unsupported.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/test/Driver/debug-unsupported.c b/test/Driver/debug-unsupported.c index acbd7673a3213..1804a9cc51b54 100644 --- a/test/Driver/debug-unsupported.c +++ b/test/Driver/debug-unsupported.c @@ -1,13 +1,13 @@ -// RUN: %clang -c -gstabs %s 2>&1 | FileCheck %s -// RUN: %clang -c -gstabs+ %s 2>&1 | FileCheck %s -// RUN: %clang -c -gcoff %s 2>&1 | FileCheck %s -// RUN: %clang -c -gxcoff %s 2>&1 | FileCheck %s -// RUN: %clang -c -gxcoff+ %s 2>&1 | FileCheck %s -// RUN: %clang -c -gvms %s 2>&1 | FileCheck %s -// RUN: %clang -c -gstabs1 %s 2>&1 | FileCheck %s -// RUN: %clang -c -gcoff2 %s 2>&1 | FileCheck %s -// RUN: %clang -c -gxcoff3 %s 2>&1 | FileCheck %s -// RUN: %clang -c -gvms0 %s 2>&1 | FileCheck %s -// RUN: %clang -c -gtoggle %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gstabs %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gstabs+ %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gcoff %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gxcoff %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gxcoff+ %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gvms %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gstabs1 %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gcoff2 %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gxcoff3 %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gvms0 %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gtoggle %s 2>&1 | FileCheck %s // // CHECK: error: unsupported option |
