test/tools/javac/Diagnostics/6769027/T6769027.java

changeset 929
e2890b8369f7
parent 554
9d9f26857129
child 1482
954541f13717
equal deleted inserted replaced
928:307b065ff2af 929:e2890b8369f7
1 /* 1 /*
2 * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
259 } 259 }
260 } 260 }
261 261
262 enum PositionKind { 262 enum PositionKind {
263 NOPOS(Position.NOPOS, "- ", "error: "), 263 NOPOS(Position.NOPOS, "- ", "error: "),
264 POS(5, "Test.java:1:6: ", "/Test.java:1: "); 264 POS(5, "Test.java:1:6: ", "/Test.java:1: error: ");
265 265
266 int pos; 266 int pos;
267 String rawOutput; 267 String rawOutput;
268 String nonRawOutput; 268 String nonRawOutput;
269 269

mercurial