Skip to content

Commit 54011ee

Browse files
committed
[adapt new test]
1 parent 7acdada commit 54011ee

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/dmd/fail_compilation/fail21045.d

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
/*
2+
TRANSFORM_OUTPUT: remove_lines("^import path")
23
TEST_OUTPUT:
34
---
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$
5+
fail_compilation/fail21045.d(10): Error: unable to read module `__stdin`
6+
fail_compilation/fail21045.d(10): Expected '__stdin.d' or '__stdin/package.d' in one of the following import paths:
97
---
108
*/
119

0 commit comments

Comments
 (0)