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