gcroot testcase, patch by Eric Christopher.
[oota-llvm.git] / test / CFrontend / 2007-01-24-InlineAsmCModifier.c
index d4bffc3725c3bb386cc4ca33c615fe69124bb57e..5735cce11e3346f5bf4aa532b23b40dfb17555eb 100644 (file)
@@ -1,5 +1,6 @@
-// Verify that the %c modifier works and strips off any prefixes from immediates.
-// RUN: %llvmgcc -S %s -o - | llvm-as | llc | grep 'pickANumber: 789514'
+// Verify that the %c modifier works and strips off any prefixes from 
+// immediates.
+// RUN: %llvmgcc -S %s -o - | llvm-as | llc | grep {pickANumber: 789514}
 
 void foo() {
   __asm__         volatile("/* " "pickANumber" ": %c0 */"::"i"(0xC0C0A));