diff options
-rw-r--r-- | test/Driver/debug-unsupported.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/debug-unsupported.c b/test/Driver/debug-unsupported.c index 2c3de0b576..acbd7673a3 100644 --- a/test/Driver/debug-unsupported.c +++ b/test/Driver/debug-unsupported.c @@ -10,4 +10,4 @@ // RUN: %clang -c -gvms0 %s 2>&1 | FileCheck %s // RUN: %clang -c -gtoggle %s 2>&1 | FileCheck %s // -// CHECK: clang: error: unsupported option +// CHECK: error: unsupported option |