Skip to content

Commit

Permalink
Fix test case (wrong error message)
Browse files Browse the repository at this point in the history
  • Loading branch information
don-clugston-sociomantic committed Sep 25, 2012
1 parent 4eb179d commit 7560c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fail_compilation/diag8714.d
@@ -1,7 +1,7 @@
/*
TEST_OUTPUT:
---
fail_compilation/diag8714.d(1): Error: function diag8714.foo circular dependency in CTFE. Functions cannot be interpreted while being compiled
fail_compilation/diag8714.d(1): Error: function diag8714.foo circular dependency. Functions cannot be interpreted while being compiled
fail_compilation/diag8714.d(7): called from here: foo("somestring")
---
*/
Expand Down

0 comments on commit 7560c41

Please sign in to comment.