##// END OF EJS Templates
tests: guard demandimport segment of test-extension.t
timeless -
r29869:0a9cd6e3 default
parent child Browse files
Show More
@@ -249,7 +249,7 b' Check absolute/relative import of extens'
249 $TESTTMP/a (glob)
249 $TESTTMP/a (glob)
250 #endif
250 #endif
251
251
252 #if absimport
252 #if demandimport absimport
253
253
254 Examine whether module loading is delayed until actual refering, even
254 Examine whether module loading is delayed until actual refering, even
255 though module is imported with "absolute_import" feature.
255 though module is imported with "absolute_import" feature.
General Comments 0
You need to be logged in to leave comments. Login now