| Issue 9: | backslash can not be used in test-code | |
| 1 person starred this issue and may be notified of changes. | Back to list |
All the test cases will be ignored if using backslash followed by '/**/' in testing code. And prompt "no test to run". test code like this: int a = c + d + e + /*some comment...*/\ f; env: msvc2005 windows. version 1.1 |