Skip to content

Commit

Permalink
Added test for line break after #pragma.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 1, 2010
1 parent 8953224 commit f85d0de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unit_tests/preprocessor/output/pragma-directive-line-break
@@ -0,0 +1,3 @@
#pragma warning (disable:4507)
Should_remain_on_separate_line;

@@ -0,0 +1,2 @@
#pragma warning ( disable : 4507 )
Should_remain_on_separate_line ;

0 comments on commit f85d0de

Please sign in to comment.