- Update the test cases for romcc


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@817 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
diff --git a/util/romcc/tests/simple_test4.c b/util/romcc/tests/simple_test4.c
index bfc05d9..57af2af 100644
--- a/util/romcc/tests/simple_test4.c
+++ b/util/romcc/tests/simple_test4.c
@@ -2,7 +2,7 @@
 #define HAVE_CAST_SUPPORT            1
 #define HAVE_STATIC_ARRAY_SUPPORT    1
 #define HAVE_POINTER_SUPPORT         1
-#define HAVE_CONSTANT_PROPOGATION    1
+#define HAVE_CONSTANT_PROPOGATION    0
 #define CALCULATE_DRB_REG            1
 
 void outb(unsigned char value, unsigned short port)