Added regression tests for compound comparisons.
[fw/sdcc] / src / regression / string1.c
index f240f2aaff1ef432426755b61f0ee1c9999af30b..51d547629db43f4f54b9c1bbbacd95a569454496 100644 (file)
@@ -1,10 +1,12 @@
+#define __16F873
+#include "p16f873.h"
 unsigned char success=0;
 unsigned char failures=0;
 unsigned char dummy=0;
 //unsigned bit bit1;
 
 typedef unsigned char byte;
-data at 0x06 unsigned char  PORTB;
+
 
 byte uchar0;
 const byte arr[] = { 1,2,8,9,0 };
@@ -29,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++;