]> granicus.if.org Git - clang/commitdiff
Modify the check line to be happier on windows.
authorEric Christopher <echristo@apple.com>
Fri, 19 Aug 2011 23:46:18 +0000 (23:46 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 19 Aug 2011 23:46:18 +0000 (23:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138152 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/2006-11-20-GlobalSymbols.cpp

index dfca59dc9612fa0ecef5d2de394e9b80574917c5..34594f43a0b9d7e8ce659ee49524e672b3045e60 100644 (file)
@@ -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() {