From 0cfbdf8fc3cf48f3a6efb184a73147fee25ef44e Mon Sep 17 00:00:00 2001 From: Alkis Evlogimenos Date: Fri, 10 Dec 2004 05:39:57 +0000 Subject: [PATCH] Update testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18742 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Feature/escaped_label.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Feature/escaped_label.ll b/test/Feature/escaped_label.ll index 4e46e8766c2..81011cdc940 100644 --- a/test/Feature/escaped_label.ll +++ b/test/Feature/escaped_label.ll @@ -4,7 +4,7 @@ int %foo() { - br label "foo" -"foo": + br label "foo`~!@#$%^&*()-_=+{}[]\\|;:',<.>/?" +"foo`~!@#$%^&*()-_=+{}[]\\|;:',<.>/?": ret int 17 }