aboutsummaryrefslogtreecommitdiff
path: root/test/C++Frontend/2003-11-04-ArrayConstructors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/C++Frontend/2003-11-04-ArrayConstructors.cpp')
-rw-r--r--test/C++Frontend/2003-11-04-ArrayConstructors.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/C++Frontend/2003-11-04-ArrayConstructors.cpp b/test/C++Frontend/2003-11-04-ArrayConstructors.cpp
index 8c7c0bfa7d..4df4f9b672 100644
--- a/test/C++Frontend/2003-11-04-ArrayConstructors.cpp
+++ b/test/C++Frontend/2003-11-04-ArrayConstructors.cpp
@@ -1,8 +1,8 @@
// RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
-struct Foo {
- Foo(int);
+struct Foo {
+ Foo(int);
~Foo();
};
void foo() {