From 5bd647dfd0f5da4f8a0ee107ea3f1e2f6608e7c1 Mon Sep 17 00:00:00 2001 From: George Rimar Date: Tue, 22 Aug 2017 11:11:11 +0000 Subject: [PATCH] [ELF] - Remove outdated comment. NFC. llvm-svn: 311449 --- lld/test/ELF/dynamic-list.s | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lld/test/ELF/dynamic-list.s b/lld/test/ELF/dynamic-list.s index 7cd587380e59..58848902a32a 100644 --- a/lld/test/ELF/dynamic-list.s +++ b/lld/test/ELF/dynamic-list.s @@ -1,7 +1,3 @@ -## There is some bad quoting interaction between lit's internal shell, which is -## implemented in Python, and the Cygwin implementations of the Unix utilities. -## Avoid running these tests on Windows for now by requiring a real shell. - # REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/shared.s -o %t2.o