diff options
Diffstat (limited to 'test/CodeGen/X86/2010-09-16-EmptyFilename.ll')
-rw-r--r-- | test/CodeGen/X86/2010-09-16-EmptyFilename.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-09-16-EmptyFilename.ll b/test/CodeGen/X86/2010-09-16-EmptyFilename.ll index 9aa41c3..a65b632 100644 --- a/test/CodeGen/X86/2010-09-16-EmptyFilename.ll +++ b/test/CodeGen/X86/2010-09-16-EmptyFilename.ll @@ -1,6 +1,6 @@ ; RUN: llc -O0 -mtriple=x86_64-apple-darwin10 < %s - | FileCheck %s ; Radar 8286101 -; CHECK: .file 2 "<stdin>" +; CHECK: .file {{[0-9]+}} "<stdin>" define i32 @foo() nounwind ssp { entry: |