Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
asm
asm
Commits
7a670978
Commit
7a670978
authored
Jun 20, 2021
by
Remi Forax
Browse files
fix test name following the review from Eric
parent
e449f388
Pipeline
#14029
passed with stage
in 6 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
asm-util/src/test/java/org/objectweb/asm/util/CheckClassAdapterTest.java
View file @
7a670978
...
...
@@ -373,7 +373,7 @@ public class CheckClassAdapterTest extends AsmTest implements Opcodes {
}
@Test
public
void
testVisitMethod_
il
legalAccessFlagSet_V17
()
{
public
void
testVisitMethod_legalAccessFlagSet_V17
()
{
// Java 17 allows to mix ACC_ABSTRACT and ACC_STRICT because ACC_STRICT is ignored
CheckClassAdapter
checkClassAdapter
=
new
CheckClassAdapter
(
null
);
checkClassAdapter
.
visit
(
V17
,
ACC_PUBLIC
,
"C"
,
null
,
"java/lang/Object"
,
null
);
...
...
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