Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7c57b55

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

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_guardsUSWIG
55

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp