[Lldb-commits] [lldb] 8c040d0 - [lldb] Fix d875838e8b45cb0da5070298d0c1a2d1ee78ce7e
Dave Lee via lldb-commits
lldb-commits at lists.llvm.org
Fri Mar 17 10:46:02 PDT 2023
Author: Dave Lee
Date: 2023-03-17T10:45:46-07:00
New Revision: 8c040d0f4941d3557affda3550428b8712b69c92
URL: https://github.com/llvm/llvm-project/commit/8c040d0f4941d3557affda3550428b8712b69c92
DIFF: https://github.com/llvm/llvm-project/commit/8c040d0f4941d3557affda3550428b8712b69c92.diff
LOG: [lldb] Fix d875838e8b45cb0da5070298d0c1a2d1ee78ce7e
Added:
Modified:
lldb/test/Shell/SymbolFile/NativePDB/incomplete-tag-type.cpp
Removed:
################################################################################
diff --git a/lldb/test/Shell/SymbolFile/NativePDB/incomplete-tag-type.cpp b/lldb/test/Shell/SymbolFile/NativePDB/incomplete-tag-type.cpp
index 279d638782cfb..f27b186345224 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/incomplete-tag-type.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/incomplete-tag-type.cpp
@@ -6,7 +6,7 @@
// RUN: lld-link /debug:full /nodefaultlib /entry:main %t1.obj %t2.obj /out:%t.exe /pdb:%t.pdb
// RUN: env LLDB_USE_NATIVE_PDB_READER=1 %lldb -f %t.exe -o \
// RUN: "settings set interpreter.stop-command-source-on-error false" \
-// RUN: -o "expression b" -o "expr d" -o "expr static_e_ref" -o "exit" 2>&1 | FileCheck %s
+// RUN: -o "expression b" -o "expression d" -o "expression static_e_ref" -o "exit" 2>&1 | FileCheck %s
// CHECK: (lldb) expression b
// CHECK: (B) $0 = {}
More information about the lldb-commits
mailing list