diff --git a/compiler/test/TestCompilerOnImportsAndIncludes.kt b/compiler/test/TestCompilerOnImportsAndIncludes.kt index 904f0fd3d..f70c7eede 100644 --- a/compiler/test/TestCompilerOnImportsAndIncludes.kt +++ b/compiler/test/TestCompilerOnImportsAndIncludes.kt @@ -108,7 +108,7 @@ class TestCompilerOnImportsAndIncludes { inner class Asmbinary { @Test fun testAsmbinaryDirectiveWithNonExistingFile() { - val p8Path = assumeReadableFile(fixturesDir, "asmbinaryNonExisting.p8") + val p8Path = assumeReadableFile(fixturesDir, "asmBinaryNonExisting.p8") assumeNotExists(fixturesDir, "i_do_not_exist.bin") compileFile(Cx16Target, false, p8Path.parent, p8Path.name, outputDir) @@ -117,7 +117,7 @@ class TestCompilerOnImportsAndIncludes { @Test fun testAsmbinaryDirectiveWithNonReadableFile() { - val p8Path = assumeReadableFile(fixturesDir, "asmbinaryNonReadable.p8") + val p8Path = assumeReadableFile(fixturesDir, "asmBinaryNonReadable.p8") assumeDirectory(fixturesDir, "subFolder") compileFile(Cx16Target, false, p8Path.parent, p8Path.name, outputDir) @@ -151,4 +151,4 @@ class TestCompilerOnImportsAndIncludes { } -} \ No newline at end of file +}