blob: 0ac69364fed133a86b92125ac93a7e66a689c084 [file] [log] [blame]
// RUN: not test -d '%swift_src_root'/.git || not git -C '%swift_src_root' grep '\bDEBUG[(]' || (printf '\n*** The DE'B'UG(...) macro is being renamed to LLVM_DEBUG(...);\n*** please use that instead.\n' && false)
If you see a failure in this test, that means you introduced a use of the DEBUG
macro from LLVM, which is being renamed to LLVM_DEBUG.