summaryrefslogtreecommitdiff
path: root/lldb/test/Shell/SymbolFile/NativePDB/bitfields.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2024-10-31 15:31:51 -0700
committerGitHub <noreply@github.com>2024-10-31 15:31:51 -0700
commitcf3464bbb796d492bcd4e764ada945304e0c874f (patch)
tree7d18fe9695ef243b566dbfdf6fff145088e8df71 /lldb/test/Shell/SymbolFile/NativePDB/bitfields.cpp
parente241964b9373786f327ce24b440e2a82a3c4eeea (diff)
[lldb] Set LLDB_USE_NATIVE_PDB_READER at the directory level (#114455)
Lit allows you to set environment variables for all tests in a directory using a `lit.local.cfg` file. Do this for the PDB and NativePDB tests.
Diffstat (limited to 'lldb/test/Shell/SymbolFile/NativePDB/bitfields.cpp')
-rw-r--r--lldb/test/Shell/SymbolFile/NativePDB/bitfields.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/Shell/SymbolFile/NativePDB/bitfields.cpp b/lldb/test/Shell/SymbolFile/NativePDB/bitfields.cpp
index bfa3cbc81947..72085f019e4d 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/bitfields.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/bitfields.cpp
@@ -4,7 +4,7 @@
// Test various interesting cases for AST reconstruction.
// RUN: %clang_cl --target=x86_64-windows-msvc -Od -Z7 -c /Fo%t.obj -- %s
// RUN: lld-link -debug:full -nodefaultlib -entry:main %t.obj -out:%t.exe -pdb:%t.pdb
-// RUN: env LLDB_USE_NATIVE_PDB_READER=1 %lldb -f %t.exe -s \
+// RUN: %lldb -f %t.exe -s \
// RUN: %p/Inputs/bitfields.lldbinit 2>&1 | FileCheck %s
// Test trivial versions of each tag type.