Skip to content

Conversation

chelcassanova
Copy link
Contributor

Fixes a test that's failing on LLDB GreenDragon due to a mistake in the arguments used when calling the script.

Fixes a test that's failing on LLDB GreenDragon due to a mistake in the
arguments used when calling the script.
@llvmbot
Copy link
Member

llvmbot commented Jul 18, 2025

@llvm/pr-subscribers-lldb

Author: Chelsea Cassanova (chelcassanova)

Changes

Fixes a test that's failing on LLDB GreenDragon due to a mistake in the arguments used when calling the script.


Full diff: https://github.com/llvm/llvm-project/pull/149607.diff

1 Files Affected:

  • (modified) lldb/test/Shell/Scripts/TestFrameworkFixUnifdef.test (+1-1)
diff --git a/lldb/test/Shell/Scripts/TestFrameworkFixUnifdef.test b/lldb/test/Shell/Scripts/TestFrameworkFixUnifdef.test
index a7e82d2f3640c..ba18b4b41d3a0 100644
--- a/lldb/test/Shell/Scripts/TestFrameworkFixUnifdef.test
+++ b/lldb/test/Shell/Scripts/TestFrameworkFixUnifdef.test
@@ -1,7 +1,7 @@
 # REQUIRES: system-darwin
 # Create a temp dir for output and run the framework fix script on the truncated version of SBAddress.h in the inputs dir.
 RUN: mkdir -p %t/Outputs
-RUN: %python %p/../../../scripts/framework-header-fix.py -f lldb_main -i %p/Inputs/Main/SBAddress.h -o %t/Outputs/SBAddress.h -p /usr/bin/unifdef USWIG
+RUN: %python %p/../../../scripts/framework-header-fix.py -f lldb_main -i %p/Inputs/Main/SBAddress.h -o %t/Outputs/SBAddress.h -p /usr/bin/unifdef --unifdef_guards USWIG
 
 # Check the output
 RUN: cat %t/Outputs/SBAddress.h | FileCheck %s

@chelcassanova chelcassanova merged commit 7c57b55 into llvm:main Jul 18, 2025
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants