svn: r2165
This commit is contained in:
parent
ea0239841a
commit
78581eef66
|
@ -302,6 +302,15 @@
|
||||||
|
|
||||||
;;Execute tests with errors
|
;;Execute tests with errors
|
||||||
|
|
||||||
|
(execute-test
|
||||||
|
"class Foo {
|
||||||
|
Foo() {}
|
||||||
|
boolean compare(int x, int y, int z) {
|
||||||
|
return (x == y) (y == z);
|
||||||
|
}
|
||||||
|
}"
|
||||||
|
'intermediate #t "Parse error, two expressions (one parened) without an operator")
|
||||||
|
|
||||||
(execute-test
|
(execute-test
|
||||||
"abstract class F{ abstract int f(); }
|
"abstract class F{ abstract int f(); }
|
||||||
class G extends F { }"
|
class G extends F { }"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user