blob: ee5445baa3c0d023aa10538874370692f2535954 [file] [log] [blame]
import org.eclipse.m2m.tests.qvt.oml.bbox.StandaloneBBoxModuleRegistered;
modeltype Ecore "strict" uses ecore('http://www.eclipse.org/emf/2002/Ecore');
transformation bug326871_standalone;
main() {
assert fatal (echoFromBBoxModuleRegistered('test') = 'test');
assert fatal (modifyClassNameRegistered(object EClass{}, "test").name = "test");
}