commit | d78289f64e34af5d5f1c9c60ec9bc7bb63e2767d | [log] [tgz] |
---|---|---|
author | Ian Zerny <zerny@google.com> | Tue Jun 18 12:15:53 2024 +0200 |
committer | Ian Zerny <zerny@google.com> | Tue Jun 18 12:15:53 2024 +0200 |
tree | 79e50ceaab6b3446200b21bdc049dbc690e2278d | |
parent | c141241fa8cca24614204e261132e8335eae755b [diff] |
Test status update following line number table change Change-Id: I28adf6b51dde595876fcfdc7f97a50cfc44f992b
diff --git a/src/test/java/com/android/tools/r8/shaking/attributes/KeepAttributesDotsTest.java b/src/test/java/com/android/tools/r8/shaking/attributes/KeepAttributesDotsTest.java index f37d00a..0b278cf 100644 --- a/src/test/java/com/android/tools/r8/shaking/attributes/KeepAttributesDotsTest.java +++ b/src/test/java/com/android/tools/r8/shaking/attributes/KeepAttributesDotsTest.java
@@ -76,7 +76,6 @@ assertTrue( clazz.getDexProgramClass().sourceFile == null || clazz.getDexProgramClass().sourceFile.toString().equals("SourceFile")); - assertNull(main.getLineNumberTable()); assertTrue(main.getLocalVariableTable().isEmpty()); }