summaryrefslogtreecommitdiff
path: root/compiler-rt/test/ubsan/TestCases/Misc/log-path_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/ubsan/TestCases/Misc/log-path_test.cpp')
-rw-r--r--compiler-rt/test/ubsan/TestCases/Misc/log-path_test.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler-rt/test/ubsan/TestCases/Misc/log-path_test.cpp b/compiler-rt/test/ubsan/TestCases/Misc/log-path_test.cpp
index ffd95a5f9c0b..f1618afba248 100644
--- a/compiler-rt/test/ubsan/TestCases/Misc/log-path_test.cpp
+++ b/compiler-rt/test/ubsan/TestCases/Misc/log-path_test.cpp
@@ -1,9 +1,6 @@
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
// XFAIL: android
-// The globs below do not work in the lit shell.
-// REQUIRES: shell
-
// RUN: %clangxx -fsanitize=undefined %s -O1 -o %t
// Regular run.
@@ -38,4 +35,3 @@ int main(int argc, char *argv[]) {
}
// CHECK-ERROR: runtime error: -4 is outside the range of representable values of type 'unsigned int'
-