mirror of
https://github.com/google/nomulus
synced 2026-08-31 21:27:09 +00:00
Remove references to Eclipse
We are no longer using Eclipse internally and therefore stopped maintaining stuff related to it. We cannot guarantee that any pertinent information remains correct and relevant in the future. Users are advised to use IntelliJ (Community Edition is fine) with Bazel plugin if they want IDE support. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=189586127
This commit is contained in:
@@ -18,7 +18,7 @@ import org.junit.runner.RunWith;
|
||||
import org.junit.runners.Suite;
|
||||
import org.junit.runners.Suite.SuiteClasses;
|
||||
|
||||
/** Convenience class to run all TMCH tests inside Eclipse with one keystroke. */
|
||||
/** Convenience class to run all TMCH tests inside IDE with one keystroke. */
|
||||
@RunWith(Suite.class)
|
||||
@SuiteClasses({
|
||||
LordnTaskTest.class,
|
||||
|
||||
Reference in New Issue
Block a user