We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7acdada commit 54011eeCopy full SHA for 54011ee
tests/dmd/fail_compilation/fail21045.d
@@ -1,11 +1,9 @@
1
/*
2
+TRANSFORM_OUTPUT: remove_lines("^import path")
3
TEST_OUTPUT:
4
---
-fail_compilation/fail21045.d(12): Error: unable to read module `__stdin`
5
-fail_compilation/fail21045.d(12): Expected '__stdin.d' or '__stdin/package.d' in one of the following import paths:
6
-import path[0] = fail_compilation
7
-import path[1] = $p:druntime/import$
8
-import path[2] = $p:phobos$
+fail_compilation/fail21045.d(10): Error: unable to read module `__stdin`
+fail_compilation/fail21045.d(10): Expected '__stdin.d' or '__stdin/package.d' in one of the following import paths:
9
10
*/
11
0 commit comments