diff options
-rw-r--r-- | compiler-rt/test/ubsan/TestCases/Misc/missing_return.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/test/ubsan/TestCases/Misc/missing_return.cpp b/compiler-rt/test/ubsan/TestCases/Misc/missing_return.cpp index 7b402807fd3..aa5492bd7d7 100644 --- a/compiler-rt/test/ubsan/TestCases/Misc/missing_return.cpp +++ b/compiler-rt/test/ubsan/TestCases/Misc/missing_return.cpp @@ -13,6 +13,4 @@ int f() { int main(int, char **argv) { return f(); -// Disabled on Darwin, see above. -// CHECK-Linux-STACKTRACE: #1 {{.*}} in main{{.*}}missing_return.cpp:[[@LINE-2]] } |