Skip to content

Commit f98cecb

Browse files
committed
runnable/test20275.d: Add UNICODE_NAMES
So that this test is skipped on targets where the assembler lacks UTF8 support. ``` Assembler: test20275.d "/var/tmp//ccR1Muva.s", line 12 : Syntax error Near line: " call _D7imports6你好3fooFZi" ```
1 parent 414e335 commit f98cecb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

compiler/test/runnable/test20275.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// EXTRA_SOURCES: imports/你好.d
2+
// UNICODE_NAMES:
23

34
import imports.你好;
45

0 commit comments

Comments
 (0)