test/tools/javac/literals/BadBinaryLiterals.6.out

changeset 409
69eaccd3ea85
parent 0
959103a6100f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/javac/literals/BadBinaryLiterals.6.out	Tue Sep 15 18:36:21 2009 -0700
     1.3 @@ -0,0 +1,8 @@
     1.4 +BadBinaryLiterals.java:10:17: compiler.err.unsupported.binary.lit: 1.6
     1.5 +BadBinaryLiterals.java:11:24: compiler.err.expected: ';'
     1.6 +BadBinaryLiterals.java:13:21: compiler.err.int.number.too.large: 111111111111111111111111111111111
     1.7 +BadBinaryLiterals.java:15:21: compiler.err.int.number.too.large: 11111111111111111111111111111111111111111111111111111111111111111
     1.8 +BadBinaryLiterals.java:16:27: compiler.err.expected: ';'
     1.9 +BadBinaryLiterals.java:17:27: compiler.err.expected: ';'
    1.10 +BadBinaryLiterals.java:17:30: compiler.err.expected: token.identifier
    1.11 +7 errors

mercurial