summaryrefslogtreecommitdiff
path: root/test/FrontendC
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC')
-rw-r--r--test/FrontendC/alignstack.c (renamed from test/FrontendC/msasm.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/FrontendC/msasm.c b/test/FrontendC/alignstack.c
index c1dfd2d3c6..30c00ff88e 100644
--- a/test/FrontendC/msasm.c
+++ b/test/FrontendC/alignstack.c
@@ -6,7 +6,7 @@
void Method3()
{
// CHECK: Method3
-// CHECK-NOT: msasm
+// CHECK-NOT: alignstack
asm("foo:");
// CHECK: return
}
@@ -14,7 +14,7 @@ void Method3()
void Method4()
{
// CHECK: Method4
-// CHECK: msasm
+// CHECK: alignstack
asm {
bar:
}