Rename -constructors test to just -structors as in fact it tests dtors too. Also, fix a minor typo in the test.
llvm-svn: 174966
diff --git a/clang/test/CodeGenCXX/microsoft-abi-constructors.cpp b/clang/test/CodeGenCXX/microsoft-abi-structors.cpp
similarity index 94%
rename from clang/test/CodeGenCXX/microsoft-abi-constructors.cpp
rename to clang/test/CodeGenCXX/microsoft-abi-structors.cpp
index c9701e8..12622f1 100644
--- a/clang/test/CodeGenCXX/microsoft-abi-constructors.cpp
+++ b/clang/test/CodeGenCXX/microsoft-abi-structors.cpp
@@ -6,7 +6,7 @@
~A() { }
};
-void no_contstructor_destructor_infinite_recursion() {
+void no_constructor_destructor_infinite_recursion() {
A a;
// CHECK: define linkonce_odr x86_thiscallcc %class.A* @"\01??0A@@QAE@XZ"(%class.A* %this)