MIR Serialization: Serialize the pointer IR expression values in the machine
[oota-llvm.git] / test / CodeGen / MIR / X86 / unrecognized-character.mir
index 845ccc8c6d5849dad052f9a1e1bba9e60e0dc712..cf99028677fadeffc2aff16e93ffe3ff859a2b7a 100644 (file)
@@ -12,6 +12,6 @@
 name:            foo
 body: |
   bb.0.entry:
-    ; CHECK: [[@LINE+1]]:5: unexpected character '`'
-    ` RETQ
+    ; CHECK: [[@LINE+1]]:5: unexpected character '\'
+    \ RETQ
 ...