X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2FModuleRegressionTests.java;fp=tests%2Forg.simantics.scl.compiler.tests%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Ftests%2FModuleRegressionTests.java;h=82dd0fc07fcd7b13b67c8b3325359e313315064c;hp=6c17830273c43eed42ab7688cd93e2512437050b;hb=cc611d5d42a8d44c967dccdc201e0569b692e0c9;hpb=5d9fc12394233b008d38f43105d971a6ab8dfae6 diff --git a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java index 6c1783027..82dd0fc07 100644 --- a/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java +++ b/tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/ModuleRegressionTests.java @@ -110,6 +110,7 @@ public class ModuleRegressionTests extends TestBase { @Test public void IndentationAndParenthesis() { test(); } @Test public void Index() { test(); } @Test public void Inline1() { test(); } + @Test public void InlineBug() { test(); } @Test public void InstanceHierarchy() { test(); } @Test public void InstanceIsTypoedAsClass() { test(); } @Test public void InvalidClass1() { test(); }