/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

  1. ****** Fatal Error: Invalid comparison of expression `U"c"' which
  2. is of type UNICODE_STRING with expression `"c"' which is of type
  3. STRING. (This would always yield to a False result.) (VWEQ)
  4. Line 12 column 18 in BAD_EQ2 (/home/cadrian/Workspace/Dev/Liberty/test/language/error_warning_msg/bad_eq2.e):
  5. if U"c" = "c" then
  6. ^
  7. ------