summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CompileFeatures
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-01-18 14:36:01 +0100
committerStephen Kelly <steveire@gmail.com>2015-01-18 14:46:45 +0100
commitc43a6dc5ec2ac57d8334beeabf90de43e8ddb829 (patch)
tree7b01898309c7944919f95a46df9342c6082c73e5 /Tests/RunCMake/CompileFeatures
parent782591350ced90d4289d220f91bdbdb4acec2ba6 (diff)
downloadcmake-c43a6dc5ec2ac57d8334beeabf90de43e8ddb829.tar.gz
Features: Update comment in test to match the code.
After commit f13a2eb1 (Features: Adjust the RunCMake test to use more-common features., 2015-01-15).
Diffstat (limited to 'Tests/RunCMake/CompileFeatures')
-rw-r--r--Tests/RunCMake/CompileFeatures/LinkImplementationFeatureCycle.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CompileFeatures/LinkImplementationFeatureCycle.cmake b/Tests/RunCMake/CompileFeatures/LinkImplementationFeatureCycle.cmake
index d2c95ec126..684fb2ba59 100644
--- a/Tests/RunCMake/CompileFeatures/LinkImplementationFeatureCycle.cmake
+++ b/Tests/RunCMake/CompileFeatures/LinkImplementationFeatureCycle.cmake
@@ -9,7 +9,7 @@ target_link_libraries(empty1
# When starting, $<COMPILE_FEATURES:cxx_nullptr> is '0', so 'freeze' the
# CXX_STANDARD at 98 during computation.
$<$<COMPILE_FEATURES:cxx_nullptr>:empty2>
- # This would add cxx_constexpr, but that would require CXX_STANDARD = 11,
+ # This would add cxx_static_assert, but that would require CXX_STANDARD = 11,
# which is not allowed after freeze. Report an error.
empty3
)