summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/virtual-destructor-synthesis.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/virtual-destructor-synthesis.cpp')
-rw-r--r--test/CodeGenCXX/virtual-destructor-synthesis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/virtual-destructor-synthesis.cpp b/test/CodeGenCXX/virtual-destructor-synthesis.cpp
index 80d1b1e..5927235 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
OpenPOWER on IntegriCloud