diff options
Diffstat (limited to 'clang/test/CodeGen/ms_this.cpp')
-rw-r--r-- | clang/test/CodeGen/ms_this.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/ms_this.cpp b/clang/test/CodeGen/ms_this.cpp index 10cd52ffc64..f3d8861a8ba 100644 --- a/clang/test/CodeGen/ms_this.cpp +++ b/clang/test/CodeGen/ms_this.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fasm-blocks -emit-llvm %s -o - | FileCheck %s +// RUN: %clang_cc1 -triple x86_64-pc-win32 -fasm-blocks -emit-llvm %s -o - | FileCheck %s class t1 { public: double a; |