mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 13:21:04 +08:00
Summary: Having a consistent prefix makes selecting all of the llvm libc tests easier on any platform that is also using the gtest framework. This also modifies the TEST and TEST_F macros to enforce this change moving forward. Reviewers: sivachandra Subscribers: