1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-20 12:53:55 +08:00

Fix typo in VariableUnusedViaUnset test

This commit is contained in:
Ben Boeckel
2010-09-17 10:04:18 -04:00
parent f231ce5ce3
commit dee19760a7

View File

@@ -1,7 +1,7 @@
# NOTE: Changing lines in here changes the test results since the first
# instance shouldn't warn, but the second should and they have the same message
# A warning should NOT ne issued for this line:
# A warning should NOT be issued for this line:
set(UNUSED_VARIABLE)
# Warning should occur here:
set(UNUSED_VARIABLE)