Skip to content

Commit

Permalink
update test that depends on compiler __VERSION__
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Aug 13, 2015
1 parent fbc5d20 commit a3317f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fail_compilation/lexer2.d
Expand Up @@ -3,7 +3,7 @@ TEST_OUTPUT:
---
fail_compilation/lexer2.d(15): Error: odd number (3) of hex characters in hex string
fail_compilation/lexer2.d(16): Error: non-hex character 'G' in hex string
fail_compilation/lexer2.d(17): Error: identifier expected for heredoc, not 2068L
fail_compilation/lexer2.d(17): Error: identifier expected for heredoc, not 2069L
fail_compilation/lexer2.d(19): Error: heredoc rest of line should be blank
fail_compilation/lexer2.d(21): Error: unterminated delimited string constant starting at fail_compilation/lexer2.d(21)
fail_compilation/lexer2.d(23): Error: semicolon expected following auto declaration, not 'EOF'
Expand Down

0 comments on commit a3317f1

Please sign in to comment.