summaryrefslogtreecommitdiff
path: root/test/files/neg
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2013-07-25 19:52:15 -0700
committerSom Snytt <som.snytt@gmail.com>2013-08-21 17:03:03 -0700
commitf3731f9ace5d3d5e213ea786fe0027ea66c5358b (patch)
treefb068e41ba1e2aabf0cff642e1d3b47590ef4d12 /test/files/neg
parent79d619127bb84ef858476252ace53b730d2e38cd (diff)
downloadscala-f3731f9ace5d3d5e213ea786fe0027ea66c5358b.tar.gz
scala-f3731f9ace5d3d5e213ea786fe0027ea66c5358b.tar.bz2
scala-f3731f9ace5d3d5e213ea786fe0027ea66c5358b.zip
SI-7622 Plugins can be not enabled
Plugins can interrogate options and declare themselves not enabled. The plugin itself can return false from its init if the options do not compute. A plugin phase component can declare itself not enabled, same as an internal phase. No one exploits this facility at this commit.
Diffstat (limited to 'test/files/neg')
-rw-r--r--test/files/neg/t7494-no-options.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t7494-no-options.check b/test/files/neg/t7494-no-options.check
index efc91a6215..04fbf0ec72 100644
--- a/test/files/neg/t7494-no-options.check
+++ b/test/files/neg/t7494-no-options.check
@@ -1,4 +1,4 @@
-error: Error: ploogin has no options
+error: Error: ploogin takes no options
phase name id description
---------- -- -----------
parser 1 parse source into ASTs, perform simple desugaring