Skip to content

Commit 2eb0347

Browse files
committed
[lldb] Fix TestFrameworkFixUnifdef.test
1 parent c2a6294 commit 2eb0347

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)