[all-commits] [llvm/llvm-project] 0ffcec: Fix missing import for test
jeffreytan81 via All-commits
all-commits at lists.llvm.org
Tue Apr 26 16:41:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ffcec418e45210a9c25632e7fe0a3ef0629b652
https://github.com/llvm/llvm-project/commit/0ffcec418e45210a9c25632e7fe0a3ef0629b652
Author: Jeffrey Tan <jeffreytan at fb.com>
Date: 2022-04-26 (Tue, 26 Apr 2022)
Changed paths:
M lldb/test/API/symbol_ondemand/breakpoint_language/TestBreakpointLanguageOnDemand.py
Log Message:
-----------
Fix missing import for test
The last fix missed an import in one test file causing skipIfWindows attribute
can't be recognized.
I feel embarrassed to miss it. I have run all tests on Mac to make sure them
passing in this patch.
Differential Revision: https://reviews.llvm.org/D124479
More information about the All-commits
mailing list