Skip to content

Commit

Permalink
don't use injector provider custom
Browse files Browse the repository at this point in the history
Since Xtext 2.10 this is not needed anymore

Change-Id: Ib861cf9d93076f26bdd191b638a89507c38cd463
  • Loading branch information
LorenzoBettini committed Nov 25, 2016
1 parent f35feb6 commit 5f6ffbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ package org.eclipse.emf.parsley.dsl.tests

import com.google.common.base.Joiner
import com.google.inject.Inject
import org.eclipse.emf.parsley.dsl.tests.util.EmfParsleyDslInjectorProviderCustom
import org.eclipse.emf.parsley.dsl.tests.util.GeneratorExpectedResults
import org.eclipse.xtext.diagnostics.Severity
import org.eclipse.xtext.junit4.InjectWith
Expand All @@ -27,7 +26,7 @@ import org.junit.runner.RunWith
import static org.junit.Assert.*

@RunWith(XtextRunner)
@InjectWith(EmfParsleyDslInjectorProviderCustom)
@InjectWith(EmfParsleyDslInjectorProvider)
class EmfParsleyDslGeneratorTest extends EmfParsleyDslAbstractTest {

@Rule
Expand Down

This file was deleted.

0 comments on commit 5f6ffbd

Please sign in to comment.