Skip to content

Commit

Permalink
Rename the test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong committed Aug 19, 2024
1 parent dedc191 commit 13bd97b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions framework/tests/viewpointtest/Generics.java

This file was deleted.

7 changes: 7 additions & 0 deletions framework/tests/viewpointtest/RawtypeInstantiation.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Test case for EISOP issue #778:
// https://github.com/eisop/checker-framework/issues/778
public class RawtypeInstantiation<A extends RawtypeInstantiation> {
void foo() {
RawtypeInstantiation rawtypeInstantiation = new RawtypeInstantiation();
}
}

0 comments on commit 13bd97b

Please sign in to comment.