diff options
Diffstat (limited to 'test/CodeGenCXX/array-construction.cpp')
-rw-r--r-- | test/CodeGenCXX/array-construction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/array-construction.cpp b/test/CodeGenCXX/array-construction.cpp index ab46be7..d044ac5 100644 --- a/test/CodeGenCXX/array-construction.cpp +++ b/test/CodeGenCXX/array-construction.cpp @@ -32,5 +32,5 @@ int main() { // CHECK-LP64: callq __ZN4xptoC1Ev -// CHECK-LP32: call L__ZN4xptoC1Ev +// CHECK-LP32: calll L__ZN4xptoC1Ev |