commit | 8d0c1eb7844ce7dd395cf5ffca26dec974edd328 | [log] [tgz] |
---|---|---|
author | Alexey Samsonov <samsonov@google.com> | Thu Jun 21 13:30:54 2012 +0000 |
committer | Alexey Samsonov <samsonov@google.com> | Thu Jun 21 13:30:54 2012 +0000 |
tree | d286387d79a3750ec97ff57a22c4590a1d202041 | |
parent | 84f133d69fdd7c6021f5aa89aab834654be4f713 [diff] [blame] |
Less restrictive check in unit test for unsupported debug info options llvm-svn: 158916
diff --git a/clang/test/Driver/debug-unsupported.c b/clang/test/Driver/debug-unsupported.c index 2c3de0b..acbd767 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