| Index: test/CodeGenCXX/member-function-pointers.cpp
|
| diff --git a/test/CodeGenCXX/member-function-pointers.cpp b/test/CodeGenCXX/member-function-pointers.cpp
|
| index f7abcc133ffdec86061cefeaf0468ae69f467959..7ffe4cd9d284c5bda01d1b60ae7380bc65636161 100644
|
| --- a/test/CodeGenCXX/member-function-pointers.cpp
|
| +++ b/test/CodeGenCXX/member-function-pointers.cpp
|
| @@ -8,8 +8,6 @@
|
| // RUN: %clang_cc1 %s -emit-llvm -o - -triple=le32-unknown-nacl | FileCheck -check-prefix GLOBAL-ARM %s
|
| // MIPS uses the same representation of method pointers as ARM.
|
| // RUN: %clang_cc1 %s -emit-llvm -o - -triple=mips-unknown-linux-gnu | FileCheck -check-prefix GLOBAL-ARM %s
|
| -// Emscripten uses the same representation of method pointers as ARM.
|
| -// RUN: %clang_cc1 %s -emit-llvm -o - -triple=asmjs-unknown-emscripten | FileCheck -check-prefix GLOBAL-ARM %s
|
|
|
| struct A { int a; void f(); virtual void vf1(); virtual void vf2(); };
|
| struct B { int b; virtual void g(); };
|
|
|