summaryrefslogtreecommitdiffstats
path: root/testing/gen-languages-all
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gen-languages-all')
-rwxr-xr-xtesting/gen-languages-all6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/gen-languages-all b/testing/gen-languages-all
index eb7cd70..51e4bce 100755
--- a/testing/gen-languages-all
+++ b/testing/gen-languages-all
@@ -2,9 +2,9 @@
import sys
LANGUAGES = [
- 'conda', 'coursier', 'docker', 'docker_image', 'dotnet', 'fail', 'golang',
- 'node', 'perl', 'pygrep', 'python', 'r', 'ruby', 'rust', 'script',
- 'swift', 'system',
+ 'conda', 'coursier', 'dart', 'docker', 'docker_image', 'dotnet', 'fail',
+ 'golang', 'node', 'perl', 'pygrep', 'python', 'r', 'ruby', 'rust',
+ 'script', 'swift', 'system',
]
FIELDS = [
'ENVIRONMENT_DIR', 'get_default_version', 'healthy', 'install_environment',