Rename -constructors test to just -structors as in fact it tests dtors too. Also...
authorTimur Iskhodzhanov <timurrrr@google.com>
Tue, 12 Feb 2013 13:22:47 +0000 (13:22 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Tue, 12 Feb 2013 13:22:47 +0000 (13:22 +0000)
llvm-svn: 174966

clang/test/CodeGenCXX/microsoft-abi-structors.cpp [moved from clang/test/CodeGenCXX/microsoft-abi-constructors.cpp with 94% similarity]

@@ -6,7 +6,7 @@ class A {
   ~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)