================
@@ -17,7 +17,7 @@ void a(void) __attribute__((availability(macos, 
introduced=12.0)));
 // A-NEXT: ]
 
 // RUN: FileCheck %s --input-file %t/output.symbols.json --check-prefix B
-void b(void) __attribute__((availability(macos, introduced=11.0, 
deprecated=12.0, obsoleted=20.0)));
+void b(void) __attribute__((availability(macos, introduced=11.0, 
deprecated=12.0, obsoleted=30.0)));
----------------
cyndyishida wrote:

I'm not sure. I just incremented it by the same value to avoid a warning on an 
invalid range.

https://github.com/llvm/llvm-project/pull/143548
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to