From 1874564482734dcad95b5c72dd683133882c0de7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 25 Jul 2002 20:27:31 +0000 Subject: Add testcase for disassembler problem. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3098 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2002-07-25-QuoteInString.llx | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/Assembler/2002-07-25-QuoteInString.llx diff --git a/test/Assembler/2002-07-25-QuoteInString.llx b/test/Assembler/2002-07-25-QuoteInString.llx new file mode 100644 index 0000000..8da7018 --- /dev/null +++ b/test/Assembler/2002-07-25-QuoteInString.llx @@ -0,0 +1,6 @@ +; Test double quotes in strings work correctly! +; RUN: as < %s | dis | as | dis +; + +%str = internal global [6 x sbyte] c"\22foo\22\00" + -- cgit v1.1