Skip to content

Commit 7c57b55

Browse files
[lldb][scripts] Fix framework script unifdef test (#149607)
Fixes a test that's failing on LLDB GreenDragon due to a mistake in the arguments used when calling the framework-header-fix script.
1 parent 7b5d8a0 commit 7c57b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/Scripts/TestFrameworkFixUnifdef.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# REQUIRES: system-darwin
22
# Create a temp dir for output and run the framework fix script on the truncated version of SBAddress.h in the inputs dir.
33
RUN: mkdir -p %t/Outputs
4-
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
4+
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
55

66
# Check the output
77
RUN: cat %t/Outputs/SBAddress.h | FileCheck %s

0 commit comments

Comments
 (0)