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());
   }