Update the test case after r217673

Sorry, committing to multiple repos at once is hard...

llvm-svn: 217677
This commit is contained in:
Timur Iskhodzhanov 2014-09-12 13:47:44 +00:00
parent ac9ef12fc5
commit 7083c0e02e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
// ASAN-MD: "-debug"
// ASAN-MD: "-incremental:no"
// ASAN-MD: "{{.*}}clang_rt.asan_dynamic-i386.lib"
// ASAN-MD: "{{.*}}clang_rt.asan_uar_thunk-i386.lib"
// ASAN-MD: "{{.*}}clang_rt.asan_dynamic_runtime_thunk-i386.lib"
// ASAN-MD: "{{.*}}cl-link{{.*}}.obj"
// RUN: %clang_cl /LD -### /Tc%s 2>&1 | FileCheck --check-prefix=DLL %s