diff options
Diffstat (limited to 'gcc/testsuite/gdc.test/fail_compilation/ice14446.d')
-rw-r--r-- | gcc/testsuite/gdc.test/fail_compilation/ice14446.d | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/testsuite/gdc.test/fail_compilation/ice14446.d b/gcc/testsuite/gdc.test/fail_compilation/ice14446.d deleted file mode 100644 index ee0bfc450b2..00000000000 --- a/gcc/testsuite/gdc.test/fail_compilation/ice14446.d +++ /dev/null @@ -1,14 +0,0 @@ -// REQUIRED_ARGS: -o- -// PERMUTE_ARGS: -// EXTRA_SOURCES: extra-files/a14446.d - -/* -TEST_OUTPUT: ---- -fail_compilation/extra-files/a14446.d(5): Error: module x14446 from file fail_compilation/ice14446.d must be imported with 'import x14446;' ---- -*/ - -module x14446; - -struct CDB {} |