We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5d8a0 commit 7c57b55Copy full SHA for 7c57b55
lldb/test/Shell/Scripts/TestFrameworkFixUnifdef.test
@@ -1,7 +1,7 @@
1
# REQUIRES: system-darwin
2
# Create a temp dir for output and run the framework fix script on the truncated version of SBAddress.h in the inputs dir.
3
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
+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
5
6
# Check the output
7
RUN: cat %t/Outputs/SBAddress.h | FileCheck %s
0 commit comments