From c5b8eb2714f440119ee248076f85dc57a65dccc0 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Tue, 15 Jan 2019 13:08:20 +0000 Subject: [PATCH] Revert little bad rebasing. llvm-svn: 351191 --- compiler-rt/test/sanitizer_common/TestCases/Posix/getusershell.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/getusershell.cc b/compiler-rt/test/sanitizer_common/TestCases/Posix/getusershell.cc index 42ee03f..c00d75f 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Posix/getusershell.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/getusershell.cc @@ -1,5 +1,4 @@ // RUN: %clangxx -O0 -g %s -o %t && %run %t 2>&1 | FileCheck %s -// UNSUPPORTED: android // UNSUPPORTED: android -- 2.7.4