changeset 29869:0a9cd6e324cd

tests: guard demandimport segment of test-extension.t
author timeless <timeless@mozdev.org>
date Thu, 25 Aug 2016 23:13:36 +0000
parents 4b50e1f922a0
children 6d11ae3c4c4b
files tests/test-extension.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-extension.t	Thu Aug 25 22:03:51 2016 +0000
+++ b/tests/test-extension.t	Thu Aug 25 23:13:36 2016 +0000
@@ -249,7 +249,7 @@
   $TESTTMP/a (glob)
 #endif
 
-#if absimport
+#if demandimport absimport
 
 Examine whether module loading is delayed until actual refering, even
 though module is imported with "absolute_import" feature.