diff options
Diffstat (limited to 'llvm/test/Assembler/invalid-mdcompileunit-null-file.ll')
-rw-r--r-- | llvm/test/Assembler/invalid-mdcompileunit-null-file.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/invalid-mdcompileunit-null-file.ll b/llvm/test/Assembler/invalid-mdcompileunit-null-file.ll index 613948f24ef..cc1892e9146 100644 --- a/llvm/test/Assembler/invalid-mdcompileunit-null-file.ll +++ b/llvm/test/Assembler/invalid-mdcompileunit-null-file.ll @@ -1,4 +1,4 @@ ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s ; CHECK: <stdin>:[[@LINE+1]]:27: error: 'file' cannot be null -!0 = !MDCompileUnit(file: null) +!0 = !DICompileUnit(file: null) |