diff options
Diffstat (limited to 'test/CodeGenCXX/constructor-for-array-members.cpp')
-rw-r--r-- | test/CodeGenCXX/constructor-for-array-members.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/constructor-for-array-members.cpp b/test/CodeGenCXX/constructor-for-array-members.cpp index b981da4..fd6dc6d 100644 --- a/test/CodeGenCXX/constructor-for-array-members.cpp +++ b/test/CodeGenCXX/constructor-for-array-members.cpp @@ -40,4 +40,4 @@ int main() { // CHECK-LP64: callq __ZN1SC1Ev -// CHECK-LP32: call L__ZN1SC1Ev +// CHECK-LP32: calll L__ZN1SC1Ev |