Don't put test cases into regression test suite before the bug is fixed.
[oota-llvm.git] / test / Assembler / 2002-07-31-SlashInString.llx
1 ; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | llvm-as 
2
3 ; Make sure that \\ works in a string initializer
4 %Slashtest = internal global [8 x sbyte] c"\5Cbegin{\00"
5