summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-08-19 23:46:18 +0000
committerEric Christopher <echristo@apple.com>2011-08-19 23:46:18 +0000
commit19eb735e27b0a1b0cf402dc2860bc1508e30fc35 (patch)
tree49692b803fe094a29ce12044ffa33df51a5248d8
parent862f8ecf556c9ede746b207babcf0a946fa2909a (diff)
downloadbcm5719-llvm-19eb735e27b0a1b0cf402dc2860bc1508e30fc35.tar.gz
bcm5719-llvm-19eb735e27b0a1b0cf402dc2860bc1508e30fc35.zip
Modify the check line to be happier on windows.
llvm-svn: 138152
-rw-r--r--clang/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp b/clang/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp
index dfca59dc961..34594f43a0b 100644
--- a/clang/test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp
+++ b/clang/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() {
OpenPOWER on IntegriCloud