/test/language/error_warning_msg/bad_eq2.msg
http://github.com/tybor/Liberty · Unknown · 8 lines · 7 code · 1 blank · 0 comment · 0 complexity · 2285ea2b1306699dba4340c9b9c533a6 MD5 · raw file
- ****** Fatal Error: Invalid comparison of expression `U"c"' which
- is of type UNICODE_STRING with expression `"c"' which is of type
- STRING. (This would always yield to a False result.) (VWEQ)
- Line 12 column 18 in BAD_EQ2 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_eq2.e):
- if U"c" = "c" then
- ^
- ------