summaryrefslogtreecommitdiff
path: root/tests/test_yaml.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_yaml.py')
-rw-r--r--tests/test_yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_yaml.py b/tests/test_yaml.py
index a2759c4..99e8b72 100644
--- a/tests/test_yaml.py
+++ b/tests/test_yaml.py
@@ -9,7 +9,7 @@ from test_structure import *
from test_errors import *
from test_detector import *
from test_constructor import *
-#from test_emitter import *
+from test_emitter import *
from test_syck import *
def main(module='__main__'):