blob: 4cedf1e63181fddec6c9827cfeb426ff03fcd613 (
plain)
1
2
3
4
5
6
|
# REQUIRES: asserts
# RUN: %clang --version 2>&1 | FileCheck %s
# CHECK: clang version
# When assertions are enabled, we should have a build configuration line that reflects that
# CHECK: Build config: {{.*}}+assertions
|