Fix testcase
[oota-llvm.git] / test / ExecutionEngine / simplesttest.ll
index eb86c08db69d4c165b6d9b45f73cc315489d9740..f763e2fa18b3c9dd7b8a34269d60a283d164ff5b 100644 (file)
@@ -1,6 +1,6 @@
 
 %X = global int 7
-%msg = internal global [13 x sbyte] c"Hello World\0D\00"
+%msg = internal global [13 x sbyte] c"Hello World\0A\00"
 
 
 implementation