Skip to content

Commit a97a2d1

Browse files
committed
super-nitpick
1 parent 569965d commit a97a2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def get_asan_rtlib():
111111
# breaks remote tests due to not having a __register_frame function. The only
112112
# test that succeeds with cygwin-elf but fails with cygwin is
113113
# test/ExecutionEngine/MCJIT/stubs-sm-pic.ll so this test is marked as XFAIL
114-
# for cygwin targets
114+
# for cygwin targets.
115115
if re.search(r"windows-gnu|windows-msvc", config.host_triple):
116116
lli_args = ["-mtriple=" + config.host_triple + "-elf"]
117117

0 commit comments

Comments
 (0)