Browse Source

BUG: Disable testing of # escapes until it can be implemented for Watcom WMake.

Brad King 19 years ago
parent
commit
ee9341079f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Tests/CustomCommand/CMakeLists.txt

+ 4 - 4
Tests/CustomCommand/CMakeLists.txt

@@ -190,8 +190,8 @@ SET(CHECK_ARGS
   amper&sand
   @two-ats@
   one@at
-  "#two-pounds#"
-  "one#pound"
+  #"#two-pounds#"
+  #"one#pound"
   "c:/posix/path/with space"
   "c:\\windows\\path\\with space"
   "'single quotes with space'"
@@ -211,8 +211,8 @@ SET(CHECK_ARGS
   "amper&sand with space"
   "@two-ats@ with space"
   "one@at with space"
-  "#two-pounds# with space"
-  "one#pound with space"
+  #"#two-pounds# with space"
+  #"one#pound with space"
   )
 FOREACH(arg ${CHECK_ARGS})
   SET(ARG "${arg}")