From: Eric Christopher Date: Fri, 19 Aug 2011 23:46:18 +0000 (+0000) Subject: Modify the check line to be happier on windows. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51abac1f2cbc10cf1bf38727e05ea9716b4c79a3;p=clang Modify the check line to be happier on windows. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138152 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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() {