mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[xtext][tests] Marked warning in test grammar as intentional
This commit is contained in:
parent
a7e949390b
commit
9f3b84aec5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
*******************************************************************************/
|
||||
grammar org.eclipse.xtext.metamodelreferencing.tests.EcoreReferenceTestLanguage with org.eclipse.xtext.common.Terminals
|
||||
|
||||
import "http://www.eclipse.org/2011/tmf/xtext/ecorePerNsURI"
|
||||
import "http://www.eclipse.org/2011/tmf/xtext/ecorePerNsURI" // the warning is intentional
|
||||
import "http://www.eclipse.org/2011/tmf/xtext/ecorePerPlatformPlugin"
|
||||
import "http://www.eclipse.org/2011/tmf/xtext/ecorePerPlatformResource"
|
||||
import "http://www.eclipse.org/emf/2002/Ecore"
|
||||
|
|
Loading…
Reference in a new issue