diff options
Diffstat (limited to 'test/CodeGenCXX/virtual-destructor-synthesis.cpp')
| -rw-r--r-- | test/CodeGenCXX/virtual-destructor-synthesis.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/virtual-destructor-synthesis.cpp b/test/CodeGenCXX/virtual-destructor-synthesis.cpp index 80d1b1e4ec75..59272358d145 100644 --- a/test/CodeGenCXX/virtual-destructor-synthesis.cpp +++ b/test/CodeGenCXX/virtual-destructor-synthesis.cpp @@ -12,5 +12,5 @@ pile_box::pile_box(box *pp)  {  } -// CHECK: call void @_ZdlPv +// CHECK: call {{.*}}void @_ZdlPv  | 
