diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-12-02 07:04:32 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-12-02 07:04:32 +0000 |
commit | f195357836e712b85591b22c47e63e327c657ceb (patch) | |
tree | 36ce476283820fe734a76d2403485a711184d831 | |
parent | ca6affd01612fa1e4db78ae40509ac01d661730d (diff) |
Tweak test to check for a bit more.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90302 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenCXX/virtual-implicit-copy-assignment.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGenCXX/virtual-implicit-copy-assignment.cpp b/test/CodeGenCXX/virtual-implicit-copy-assignment.cpp index e99b9e6751..d179e9b786 100644 --- a/test/CodeGenCXX/virtual-implicit-copy-assignment.cpp +++ b/test/CodeGenCXX/virtual-implicit-copy-assignment.cpp @@ -8,3 +8,4 @@ struct D : B { D(); virtual void a(); }; void D::a() {} // CHECK: @_ZTV1D = {{.*}} @_ZN1DaSERKS_ +// CHECK: define linkonce_odr {{.*}} @_ZN1DaSERKS_ |