Adjust testcases for msasm -> alignstack.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84796 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/FrontendC++/msasm.cpp b/test/FrontendC++/alignstack.cpp
similarity index 85%
rename from test/FrontendC++/msasm.cpp
rename to test/FrontendC++/alignstack.cpp
index d8d1f37..5438d6c 100644
--- a/test/FrontendC++/msasm.cpp
+++ b/test/FrontendC++/alignstack.cpp
@@ -6,7 +6,7 @@
 void Method3()
 {
 // CHECK: Method3
-// CHECK-NOT: msasm
+// CHECK-NOT: alignstack
     asm("foo:");
 // CHECK: return
 }
@@ -14,7 +14,7 @@
 void Method4()
 {
 // CHECK: Method4
-// CHECK: msasm
+// CHECK: alignstack
   asm {
     bar:
   }