Skip to content

Commit

Permalink
Fix line endings in testCols.d
Browse files Browse the repository at this point in the history
  • Loading branch information
yebblies committed Feb 21, 2014
1 parent 6f37750 commit 94f24af
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions test/fail_compilation/testCols.d
@@ -1,14 +1,14 @@
// REQUIRED_ARGS: -vcolumns
// PERMUTE_ARGS:

/*
TEST_OUTPUT:
---
fail_compilation/testCols.d(13,5): Error: undefined identifier nonexistent
---
*/

void test()
{
nonexistent();
}
// REQUIRED_ARGS: -vcolumns
// PERMUTE_ARGS:

/*
TEST_OUTPUT:
---
fail_compilation/testCols.d(13,5): Error: undefined identifier nonexistent
---
*/

void test()
{
nonexistent();
}

0 comments on commit 94f24af

Please sign in to comment.