OSDN Git Service

Add a catch-all else case so any unanticipated configs pass this test.
authorSterling Augustine <saugustine@google.com>
Thu, 12 Mar 2020 18:52:13 +0000 (11:52 -0700)
committerSterling Augustine <saugustine@google.com>
Thu, 12 Mar 2020 18:55:10 +0000 (11:55 -0700)
libunwind/test/frameheadercache_test.pass.cpp

index ac75f7d..df0f926 100644 (file)
@@ -79,4 +79,6 @@ int main() {
     abort();
   return 0;
 }
+#else
+int main() { return 0; }
 #endif