diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 17:59:23 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 17:59:23 +0000 |
| commit | 9a83721404652cea39e9f02ae3e3b5c964602a5c (patch) | |
| tree | 23e9541ce27049a103f6ed046be61592123e02c9 /test/CodeGen/ms-inline-asm-errors.cpp | |
| parent | 676fbe8105eeb6ff4bb2ed261cb212fcfdbe7b63 (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/ms-inline-asm-errors.cpp')
| -rw-r--r-- | test/CodeGen/ms-inline-asm-errors.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/test/CodeGen/ms-inline-asm-errors.cpp b/test/CodeGen/ms-inline-asm-errors.cpp deleted file mode 100644 index 6484743e1f7ae..0000000000000 --- a/test/CodeGen/ms-inline-asm-errors.cpp +++ /dev/null @@ -1,15 +0,0 @@ -// REQUIRES: x86-registered-target -// RUN: %clang_cc1 -x c++ %s -triple i386-apple-darwin10 -std=c++11 -fasm-blocks -verify - -class A { -public: - void foo(int a) {} - void foo(float a) {} -}; - - -void t_fail() { - __asm { - mov ecx, [eax]A.foo // expected-error {{Unable to lookup field reference!}} - } -} |
