Skip to content

Commit

Permalink
Fix wala#198.
Browse files Browse the repository at this point in the history
We were missing the import statement. However, this doesn't work on our
benchmarks, which makes me think that the import statement statement may
be missing there.
  • Loading branch information
khatchad committed Jun 17, 2024
1 parent 27ac508 commit 17c940d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2815,7 +2815,6 @@ public void testDecoratedFunctions5()
* @see TestTensorflow2Model#testModule11().
*/
@Test
@Ignore("Blocked on https://github.com/wala/ML/issues/198.")
public void testDecoratedFunctions6()
throws ClassHierarchyException, CancelException, IOException {
test(
Expand Down Expand Up @@ -2846,7 +2845,6 @@ public void testDecoratedFunctions7()
* @see TestTensorflow2Model#testModule11().
*/
@Test
@Ignore("Blocked on https://github.com/wala/ML/issues/198.")
public void testDecoratedFunctions8()
throws ClassHierarchyException, CancelException, IOException {
test(
Expand Down

0 comments on commit 17c940d

Please sign in to comment.