mirror of
https://github.com/revanced/smali.git
synced 2025-05-29 04:10:13 +02:00
Attempt to fix tests for windows
This commit is contained in:
parent
51a13e3353
commit
f9bcf89674
@ -104,7 +104,7 @@ public class AnalysisTest {
|
||||
className.substring(1, className.length() - 1));
|
||||
String smaliContents = readResource(smaliPath);
|
||||
|
||||
Assert.assertEquals(smaliContents, stringWriter.toString());
|
||||
Assert.assertEquals(smaliContents, stringWriter.toString().replace("\r\n", "\n"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user