Skip to content

Commit cc9b3e8

Browse files
committed
fixup! move comment
1 parent 0b23bd0 commit cc9b3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/packages/Python/lldbsuite/test/dotest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,11 +788,11 @@ def canRunLibcxxTests():
788788
if lldbplatformutil.target_is_android() or lldbplatformutil.platformIsDarwin():
789789
return True, "libc++ always present"
790790

791-
# Make sure -stdlib=libc++ works since that's how the tests will be built.
792791
if platform == "linux":
793792
if not configuration.libcxx_include_dir or not configuration.libcxx_library_dir:
794793
return False, "API tests require a locally built libc++."
795794

795+
# Make sure -stdlib=libc++ works since that's how the tests will be built.
796796
with temp_file.OnDiskTempFile() as f:
797797
cmd = [configuration.compiler, "-xc++", "-stdlib=libc++", "-o", f.path, "-"]
798798
p = subprocess.Popen(

0 commit comments

Comments
 (0)