diff options
author | Alexey Samsonov <samsonov@google.com> | 2012-06-21 13:30:54 +0000 |
---|---|---|
committer | Alexey Samsonov <samsonov@google.com> | 2012-06-21 13:30:54 +0000 |
commit | 8d0c1eb7844ce7dd395cf5ffca26dec974edd328 (patch) | |
tree | d286387d79a3750ec97ff57a22c4590a1d202041 /clang/test | |
parent | 84f133d69fdd7c6021f5aa89aab834654be4f713 (diff) | |
download | bcm5719-llvm-8d0c1eb7844ce7dd395cf5ffca26dec974edd328.tar.gz bcm5719-llvm-8d0c1eb7844ce7dd395cf5ffca26dec974edd328.zip |
Less restrictive check in unit test for unsupported debug info options
llvm-svn: 158916
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/Driver/debug-unsupported.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/debug-unsupported.c b/clang/test/Driver/debug-unsupported.c index 2c3de0b576f..acbd7673a32 100644 --- a/clang/test/Driver/debug-unsupported.c +++ b/clang/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 |