diff options
Diffstat (limited to 'llvm/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll')
| -rw-r--r-- | llvm/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll b/llvm/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll index 1c901e25cb5..fd037501c40 100644 --- a/llvm/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll +++ b/llvm/test/Assembler/invalid-mdlexicalblockfile-missing-scope.ll @@ -1,4 +1,4 @@ ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s ; CHECK: [[@LINE+1]]:42: error: missing required field 'scope' -!0 = !MDLexicalBlockFile(discriminator: 0) +!0 = !DILexicalBlockFile(discriminator: 0) |

