Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Augustine <saugustine@google.com>2020-03-12 21:52:13 +0300
committerSterling Augustine <saugustine@google.com>2020-03-12 21:55:10 +0300
commit3eef58991b26feb37aaae92d5b568b27fab84584 (patch)
treed3be527e94d37f22334156a2250c90a453dfdaaa /libunwind
parent26d254f084161f81f953cf3434e8d2ad9355b496 (diff)
Add a catch-all else case so any unanticipated configs pass this test.
Diffstat (limited to 'libunwind')
-rw-r--r--libunwind/test/frameheadercache_test.pass.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libunwind/test/frameheadercache_test.pass.cpp b/libunwind/test/frameheadercache_test.pass.cpp
index ac75f7d0cb29..df0f926985d7 100644
--- a/libunwind/test/frameheadercache_test.pass.cpp
+++ b/libunwind/test/frameheadercache_test.pass.cpp
@@ -79,4 +79,6 @@ int main() {
abort();
return 0;
}
+#else
+int main() { return 0; }
#endif