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