MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / fail1995.d
blob7dfddec326415d37995fbf791a93634b43bfb956
1 /*
2 REQUIRED_ARGS: -Jdoes_not_exists -Jfail_compilation/fail1995.d -Jfail_compilation/
3 TEST_OUTPUT:
4 ---
5 fail_compilation/fail1995.d(12): Error: file `"SomeFile.txt"` cannot be found or not in a path specified with `-J`
6 fail_compilation/fail1995.d(12): Path(s) searched (as provided by `-J`):
7 fail_compilation/fail1995.d(12): [0]: `does_not_exists` (path not found)
8 fail_compilation/fail1995.d(12): [1]: `fail_compilation/fail1995.d` (not a directory)
9 fail_compilation/fail1995.d(12): [2]: `fail_compilation/`
10 ---
12 immutable string Var = import("SomeFile.txt");