summaryrefslogtreecommitdiff
path: root/tests/dump_ast.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dump_ast.php')
-rw-r--r--tests/dump_ast.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dump_ast.php b/tests/dump_ast.php
index 418fbc8..ef0a049 100644
--- a/tests/dump_ast.php
+++ b/tests/dump_ast.php
@@ -1,5 +1,5 @@
<?php
-require(dirname(__FILE__) . "/../stupid_template_engine.php");
+require(dirname(__FILE__) . "/../ste.php");
var_dump(\ste\Parser::parse(file_get_contents("php://stdin"), "-"));