diff options
Diffstat (limited to 'test/lit/strings.wast')
-rw-r--r-- | test/lit/strings.wast | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lit/strings.wast b/test/lit/strings.wast index 636a8a8b8..c950e914b 100644 --- a/test/lit/strings.wast +++ b/test/lit/strings.wast @@ -31,8 +31,8 @@ ;; CHECK: (type $stringref_ref|$array|_ref|$array16|_=>_none (func (param stringref (ref $array) (ref $array16)))) - ;; CHECK: (global $string-const stringref (string.const "string in a global")) - (global $string-const stringref (string.const "string in a global")) + ;; CHECK: (global $string-const stringref (string.const "string in a global \01\ff\t\t\n\n\r\r\"\"\'\'\\\\")) + (global $string-const stringref (string.const "string in a global \01\ff\t\09\n\0a\r\0d\"\22\'\27\\\5c")) ;; CHECK: (memory $0 10 10) |