diff options
-rw-r--r-- | test/Feature/escaped_label.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Feature/escaped_label.ll b/test/Feature/escaped_label.ll index 4e46e8766c..81011cdc94 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 } |