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
bfb689d1
Commit
bfb689d1
authored
Dec 06, 2021
by
Paul Brinkmeier
Browse files
Fix missing trailing newlines, move tests to exec directory
parent
1970db39
Pipeline
#180693
failed with stage
in 15 minutes and 42 seconds
Changes
9
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
compile-firm
/Ackermann.inf.java
→
exec
/Ackermann.inf.java
View file @
bfb689d1
File moved
compile-firm
/Ackermann.java
→
exec
/Ackermann.java
View file @
bfb689d1
File moved
compile-firm
/AssignmentReturnValue.java
→
exec
/AssignmentReturnValue.java
View file @
bfb689d1
...
...
@@ -10,4 +10,4 @@ class B {
A
a
=
new
A
();
System
.
out
.
println
(
a
.
a
());
}
}
\ No newline at end of file
}
compile-firm
/Factorial.java
→
exec
/Factorial.java
View file @
bfb689d1
...
...
@@ -11,4 +11,4 @@ class Factorial{
System
.
out
.
println
(
fact
);
}
}
\ No newline at end of file
}
compile-firm
/LinkedList.java
→
exec
/LinkedList
2
.java
View file @
bfb689d1
class
LinkedList
{
class
LinkedList
2
{
public
static
void
main
(
String
[]
args
)
{
List
list
=
new
List
();
list
.
init
();
...
...
compile-firm
/Maths.java
→
exec
/Maths.java
View file @
bfb689d1
...
...
@@ -15,4 +15,4 @@ class Math {
int
c
=
a
%
b
+
1
;
System
.
out
.
println
(
c
);
}
}
\ No newline at end of file
}
compile-firm
/Objects.java
→
exec
/Objects.java
View file @
bfb689d1
File moved
compile-firm
/QuickSort.java
→
exec
/QuickSort.java
View file @
bfb689d1
...
...
@@ -102,4 +102,4 @@ class B {
}
return
result
;
}
}
\ No newline at end of file
}
compile-firm
/RNG.java
→
exec
/RNG.java
View file @
bfb689d1
File moved
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