diff options
| author | Amir Ayupov <aaupov@fb.com> | 2025-06-08 17:43:02 -0700 |
|---|---|---|
| committer | Amir Ayupov <aaupov@fb.com> | 2025-06-08 17:43:02 -0700 |
| commit | 68b99df7ad1b910378c8cda5afff637fbe3c0efc (patch) | |
| tree | 1d2e51419c3f89a0909603d355598c27f1a92d42 /lldb/test/Shell/Scripts/TestVersionFixScript.test | |
| parent | bbbecc425389aeb7b93d9018b40a95b389c27f40 (diff) | |
| parent | c480dcddd91e3ff0707d6629e6ddac8587d9d1f1 (diff) | |
[𝘀𝗽𝗿] changes introduced through rebaseusers/aaupov/spr/main.bolt-sort-entrydata
Created using spr 1.3.4
[skip ci]
Diffstat (limited to 'lldb/test/Shell/Scripts/TestVersionFixScript.test')
| -rw-r--r-- | lldb/test/Shell/Scripts/TestVersionFixScript.test | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lldb/test/Shell/Scripts/TestVersionFixScript.test b/lldb/test/Shell/Scripts/TestVersionFixScript.test deleted file mode 100644 index 78cc98726307..000000000000 --- a/lldb/test/Shell/Scripts/TestVersionFixScript.test +++ /dev/null @@ -1,11 +0,0 @@ -# Create a temp dir for output and run the version fix script on the truncated version of lldb-defines.h in the inputs dir. -RUN: mkdir -p %t/Outputs -RUN: %python %p/../../../scripts/version-header-fix.py %p/Inputs/lldb-defines.h %t/Outputs/lldb-defines.h 21 0 12 - -# Check the output -RUN: cat %t/Outputs/lldb-defines.h | FileCheck %s - -# The LLDB version defines must be uncommented and filled in with the values passed into the script. -CHECK: {{^}}#define LLDB_VERSION 21 -CHECK: {{^}}#define LLDB_REVISION 12 -CHECK: {{^}}#define LLDB_VERSION_STRING "21.0.12" |
