aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/redefine_extname.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/redefine_extname.c')
-rw-r--r--test/CodeGen/redefine_extname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/redefine_extname.c b/test/CodeGen/redefine_extname.c
index e73a3ad8dfce..a91e5b836ae6 100644
--- a/test/CodeGen/redefine_extname.c
+++ b/test/CodeGen/redefine_extname.c
@@ -12,4 +12,4 @@ int fish() { return fake() + __PRAGMA_REDEFINE_EXTNAME + name; }
// Check that the call to fake() is emitted as a call to real()
// CHECK: call i32 @real()
// Check that this also works with variables names
-// CHECK: load i32* @alias
+// CHECK: load i32, i32* @alias