From 7f3bcd623e7fe15a1ba6615a123de801b5f515f7 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 30 Oct 2014 22:28:46 +0000 Subject: [PATCH] llvm/test/Transforms/SampleProfile/syntax.ll: Relax MISSING-FILE not to check locale-aware message catalog. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220934 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/SampleProfile/syntax.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/SampleProfile/syntax.ll b/test/Transforms/SampleProfile/syntax.ll index 28742cbdf03..ed38a175288 100644 --- a/test/Transforms/SampleProfile/syntax.ll +++ b/test/Transforms/SampleProfile/syntax.ll @@ -12,7 +12,7 @@ entry: ret void } ; NO-DEBUG: warning: No debug information found in function empty: Function profile not used -; MISSING-FILE: missing.prof: Could not open profile: No such file or directory +; MISSING-FILE: missing.prof: Could not open profile: ; BAD-FN-HEADER: error: {{.*}}bad_fn_header.prof:1: Expected 'mangled_name:NUM:NUM', found 3empty:100:BAD ; BAD-SAMPLE-LINE: error: {{.*}}bad_sample_line.prof:3: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]*', found 1: BAD ; BAD-LINE-VALUES: error: {{.*}}bad_line_values.prof:2: Expected 'mangled_name:NUM:NUM', found -1: 10 -- 2.34.1