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
5e77d9b1
Commit
5e77d9b1
authored
Jan 25, 2022
by
Tobias Stickling
Browse files
Create another test for empty allocations
parent
61882721
Pipeline
#191374
failed with stage
in 19 minutes and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
exec/AllocEmpty2.java
0 → 100644
View file @
5e77d9b1
class
Test
{
public
static
void
main
(
String
[]
args
)
{
Test
a
=
new
Test
();
Test
b
=
new
Test
();
if
(
a
==
b
)
{
System
.
out
.
println
(
0
);
}
else
{
System
.
out
.
println
(
1
);
}
}
}
exec/AllocEmpty2.java.out
0 → 100644
View file @
5e77d9b1
1
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