summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/test/msan/Linux/forkpty.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/test/msan/Linux/forkpty.cc b/compiler-rt/test/msan/Linux/forkpty.cc
index 3d2bfc889cb..ae5c7d96ca8 100644
--- a/compiler-rt/test/msan/Linux/forkpty.cc
+++ b/compiler-rt/test/msan/Linux/forkpty.cc
@@ -1,5 +1,4 @@
// RUN: %clangxx_msan -O0 -g %s -lutil -o %t && %run %t
-// RUN: %clangxx_msan -O0 -g %s -Wl,-as-needed -lutil -o %t && %run %t
#include <assert.h>
#include <pty.h>
OpenPOWER on IntegriCloud