Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IPDSnelting
mjtest-tests
Commits
252bbd88
Commit
252bbd88
authored
Jan 18, 2022
by
uxrog
Browse files
Clean up tests a little bit
parent
e144bc6b
Pipeline
#188879
failed with stage
in 15 minutes and 31 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
exec/CsePhi.java
View file @
252bbd88
class
c
se
_with_p
hi
s
{
class
C
se
P
hi
{
public
static
void
main
(
String
[]
args
)
{
int
i
=
0
;
int
j
=
0
;
...
...
exec/UbLoopFun.mj
View file @
252bbd88
class
Blockvisitor
Fun {
class
UbLoop
Fun {
public static void main(String args[]) {
boolean b;
while (b) {};
...
...
exec/UbLoopFun.mj.out
deleted
100644 → 0
View file @
e144bc6b
exec/UbSimpleArrayDeref.mj
View file @
252bbd88
class
Main
{
class
UbSimpleArrayDeref
{
public static void main(String[] main) {
int p = (new int[33][])[0][3];
System.out.println(p);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment