We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8526582 commit 7f13debCopy full SHA for 7f13deb
sbe-tool/src/test/java/uk/co/real_logic/sbe/TargetCodeGeneratorTest.java
@@ -32,7 +32,7 @@ public void shouldThrowOnNoTargetLanguage() throws Exception
32
}
33
34
@Test
35
- public void shouldLoadAndInstatiateNonStandardTargetLanguage() throws Exception
+ public void shouldLoadAndInstantiateNonStandardTargetLanguage() throws Exception
36
{
37
final Ir ir = mock(Ir.class);
38
final String outputDir = ".";
0 commit comments