Added regression tests for compound comparisons.
[fw/sdcc] / src / regression / string1.c
index 3f169c300aedbd3d2529a54ad829323e44e6ffd3..51d547629db43f4f54b9c1bbbacd95a569454496 100644 (file)
@@ -31,7 +31,7 @@ void  isr(void) interrupt 1 using 1
 
 void lcd1(const unsigned char *str)
 {
-  const char *p = "hellow world!\r\n";
+  const char *p = "hello world!\r\n";
 
   if(!str)
     failures++;