From: NAKAMURA Takumi Date: Tue, 3 Dec 2013 02:20:53 +0000 (+0000) Subject: llvm/test/Transforms/SampleProfile/syntax.ll: Relax an expression, not to check local... X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7af2eb1ab431d9f1a1488151aab937b077f233c4;p=oota-llvm.git llvm/test/Transforms/SampleProfile/syntax.ll: Relax an expression, not to check locale-dependent message. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196195 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/SampleProfile/syntax.ll b/test/Transforms/SampleProfile/syntax.ll index baf3852f322..a48b63a4ae9 100644 --- a/test/Transforms/SampleProfile/syntax.ll +++ b/test/Transforms/SampleProfile/syntax.ll @@ -9,7 +9,7 @@ define void @empty() { entry: ret void } -; MISSING-FILE: LLVM ERROR: Could not open profile file missing.prof: No such file or directory +; MISSING-FILE: LLVM ERROR: Could not open profile file missing.prof: ; MISSING-SYMTAB: LLVM ERROR: {{.*}}missing_symtab.prof:1: Expected 'symbol table', found 1 ; MISSING-NUM-SYMS: LLVM ERROR: {{.*}}missing_num_syms.prof:2: Expected a number, found empty ; BAD-FN-HEADER: LLVM ERROR: {{.*}}bad_fn_header.prof:4: Expected 'mangled_name:NUM:NUM:NUM', found empty:100:BAD