aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp b/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp
index dfca59dc96..34594f43a0 100644
--- a/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp
+++ b/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp
@@ -3,7 +3,7 @@
// functions. Will not assemble if it fails to.
// RUN: %clang_cc1 -emit-llvm -g -o - %s | FileCheck %s
-// CHECK: @"\01f\01oo"
+// CHECK: f\01oo"
int foo __asm__("f\001oo");
int bar() {