12f0d2e Don't redefine the CPU comparison constants in CPU test

Authored and Committed by berrange 12 years ago
    Don't redefine the CPU comparison constants in CPU test
    
    Defining an enum with names like "ERROR" causes  a world of
    hurt on Win32 whose headers have such symbol names already
    
    * tests/cputest.c: Remove redefinition of CPU constants
    
    Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
    
        
file modified
+34 -41