diff options
Diffstat (limited to 'clang/test/Driver/bindings.c')
| -rw-r--r-- | clang/test/Driver/bindings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/bindings.c b/clang/test/Driver/bindings.c index 9495eb2fba2..f6cd235f7df 100644 --- a/clang/test/Driver/bindings.c +++ b/clang/test/Driver/bindings.c @@ -51,6 +51,6 @@ // RUN: clang -ccc-host-triple i386-apple-darwin9 -ccc-print-bindings %s 2> %t && // RUN: grep 'bind - "clang", inputs: \[".*bindings.c"\], output: ".*\.s"' %t && // RUN: grep 'bind - "darwin::Assemble", inputs: \[".*\.s"\], output: ".*\.o"' %t && -// RUN: grep 'bind - "gcc::Link", inputs: \[".*\.o"\], output: "a.out"' %t && +// RUN: grep 'bind - "darwin::Link", inputs: \[".*\.o"\], output: "a.out"' %t && // RUN: true |

