瀏覽代碼

Avoid CustomCommand test failure on VS71 (#9963)

The new first arg in the test is the critical one
to prove that the new NMake specific code works.
The additional colons in the middle of the arg
stream work fine everywhere else, but not on
dash1.kitware with Visual Studio 7.1. Just avoid
the failure for now by removing the unnecessary
new args from the test.
David Cole 15 年之前
父節點
當前提交
9b4ab06c2c
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Tests/CustomCommand/CMakeLists.txt

+ 0 - 2
Tests/CustomCommand/CMakeLists.txt

@@ -278,8 +278,6 @@ SET(CHECK_ARGS
   |nopipe
   "#two-pounds#"
   "one#pound"
-  ":two-colons:"
-  "one:colon"
   "#nocomment"
   "c:/posix/path/with space"
   "c:\\windows\\path\\with space"