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