diff options
Diffstat (limited to 'llvm/test/Assembler/invalid-mdlexicalblockfile-null-scope.ll')
-rw-r--r-- | llvm/test/Assembler/invalid-mdlexicalblockfile-null-scope.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/invalid-mdlexicalblockfile-null-scope.ll b/llvm/test/Assembler/invalid-mdlexicalblockfile-null-scope.ll index 708136c6328..ae1a5d432e3 100644 --- a/llvm/test/Assembler/invalid-mdlexicalblockfile-null-scope.ll +++ b/llvm/test/Assembler/invalid-mdlexicalblockfile-null-scope.ll @@ -1,4 +1,4 @@ ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s ; CHECK: <stdin>:[[@LINE+1]]:33: error: 'scope' cannot be null -!0 = !MDLexicalBlockFile(scope: null) +!0 = !DILexicalBlockFile(scope: null) |