Modify the check line to be happier on windows.

llvm-svn: 138152
This commit is contained in:
Eric Christopher 2011-08-19 23:46:18 +00:00
parent 862f8ecf55
commit 19eb735e27
1 changed files with 1 additions and 1 deletions

View 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() {