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 | 362113ff5144165cb83dbbba38faf39f715c2fa9 (patch) | |
tree | 73b796a9cdfba9f97b620da34cdd8356a110a427 | |
parent | ffd57aac2712b7e8ef23e29fcec7df19a787214b (diff) |
Less restrictive check in unit test for unsupported debug info options
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158916 91177308-0d34-0410-b5e6-96231b3b80d8
-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 |