summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/CodeGenCXX/constructor-default-arg.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenCXX/constructor-default-arg.cpp b/clang/test/CodeGenCXX/constructor-default-arg.cpp
index 47e0eb6224d..fe5b360d0b3 100644
--- a/clang/test/CodeGenCXX/constructor-default-arg.cpp
+++ b/clang/test/CodeGenCXX/constructor-default-arg.cpp
@@ -34,6 +34,7 @@ int main()
// CHECK-LP64: call __ZN1XC1ERK1Xiii
// CHECK-LP64: call __ZN1XC1ERK1Xiii
// CHECK-LP64: call __ZN1XC1ERK1Xiii
+
// CHECK-LP32: call L__ZN1XC1ERK1Xiii
// CHECK-LP32: call L__ZN1XC1ERK1Xiii
// CHECK-LP32: call L__ZN1XC1ERK1Xiii
OpenPOWER on IntegriCloud