Skip to content

Commit

Permalink
Update testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Jan 2, 2018
1 parent 9e1e7b4 commit 4862756
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion test/compilable/imports/module_with_tests.d
@@ -1 +1,4 @@
unittest {} unittest {}
unittest {}
unittest {
assert(1);
}
2 changes: 1 addition & 1 deletion test/fail_compilation/fail17492.d
@@ -1,6 +1,6 @@
/* TEST_OUTPUT:
---
fail_compilation/fail17492.d(19): Error: class fail17492.C.testE.I already exists at fail_compilation/fail17492.d(12). Perhaps in another function with the same name?
fail_compilation/fail17492.d(17): Error: function fail17492.C.testE () conflicts with previous declaration at fail_compilation/fail17492.d(10)
---
https://issues.dlang.org/show_bug.cgi?id=17492
*/
Expand Down

0 comments on commit 4862756

Please sign in to comment.